Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    __END__
    Prints:
    $VAR1 = {};
    
  2. or download this
    if ( $a{'abd'} and $a{'abd'}->[0])
       { print "yes\n"}