in reply to Perl oddities
Warn (wrongly) for one particular function, if you have exactly one space between the function name and the opening paren?perl -wce 'chomp ($_)' -e syntax OK perl -wce '$_ = log ($_)' -e syntax OK perl -wce 'print ($_)' print (...) interpreted as function at -e line 1. -e syntax OK perl -wce 'print ($_)' -e syntax OK
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl oddities
by TimToady (Parson) on Mar 01, 2005 at 18:51 UTC | |
Re^2: Perl oddities
by Tanktalus (Canon) on Mar 01, 2005 at 16:58 UTC | |
by Joost (Canon) on Mar 01, 2005 at 17:03 UTC | |
Re^2: Perl oddities
by Mugatu (Monk) on Mar 01, 2005 at 17:04 UTC | |
by QM (Parson) on Mar 01, 2005 at 23:55 UTC | |
by Anonymous Monk on Mar 02, 2005 at 13:09 UTC | |
Re^2: Perl oddities
by theorbtwo (Prior) on Mar 02, 2005 at 12:04 UTC |