http://www.perlmonks.org?node_id=9508


in reply to RE: A Perl Haiku
in thread A Perl Haiku

%perl -w lame.pl Array found where operator expected at lame.pl line 1, near "I @m" (Do you need to predeclare I?) syntax error at pp.pl line 1, near "I @m" Bare word found where operator expected at lame.pl line 1, near "@m n0 +0" (Missing operator before n00?) Unquoted string "h" may clash with future reserved word at lame.pl lin +e 2. Array found where operator expected at lame.pl line 2, near "h@v3" Bare word found where operator expected at lame.pl line 2, near "@v3 b +r" (Missing operator before br?) Unquoted string "br" may clash with future reserved word at lame.pl li +ne 2. Array found where operator expected at lame.pl line 2, near "br@inz" Array found where operator expected at lame.pl line 2, near "R@D" Scalar found where operator expected at lame.pl line 2, near "@D $k1LL +z" (Missing operator before $k1LLz?) Number found where operator expected at lame.pl line 3, near "w1ll 0" (Do you need to predeclare w1ll?) Bare word found where operator expected at lame.pl line 3, near "0wn" (Missing operator before wn?) Execution of lame.pl aborted due to compilation errors.