Help for this page

Select Code to Download


  1. or download this
    use strict ;
    use warnings ;
    ...
        print "3 exists\n" ;
    }
    print Dumper(\@ar) ;
    
  2. or download this
    0 exists
    2 exists
    
  3. or download this
    $VAR1 = [
              undef,
              undef,
              3
            ];