- or download this
[nick:~/monks]$ perl -Mstrict -Mwarnings -e"
my @foo; push @foo = {bar=>'baz'};
"
- 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.
- or download this
#! perl
use strict;
...
}
__END__
- or download this
[09:07][nick:~/monks]$ perl 1139851.pl
The Human is Arthur Dent. He is always displaying bewilderment.