Help for this page
sub empty { my $r = shift; ... } $a = ''; $b = {}; $c = []; if(empty($a) && empty($b) && empty($c)) { print "PASS"; }