Help for this page

Select Code to Download


  1. or download this
    [nick:~/monks]$ perl -Mstrict -Mwarnings -e"
    my @foo; push @foo = {bar=>'baz'};
    "
    
  2. or download this
    Useless use of push with no values at -e line 2.
    push on reference is experimental at -e line 2.
    Not an ARRAY reference at -e line 2.
    
  3. or download this
    #! perl
    use strict;
    ...
    }
    
    __END__
    
  4. or download this
    [09:07][nick:~/monks]$ perl 1139851.pl
    The Human is Arthur Dent. He is always displaying bewilderment.