Help for this page

Select Code to Download


  1. or download this
    my @array;
    
    ...
    if (@array) { print "TEST2 passed\n"; }
    
    #### prints TEST2 passed