Help for this page

Select Code to Download


  1. or download this
    my @a = (0,1,2,3);
    
    ...
    print "\@b exists\n" if @b;
    
    print "@b is not Empty\n" if grep {defined($_)} @b;