Help for this page

Select Code to Download


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