in reply to Re^3: Coding styles: OOP vs. Subs
in thread Coding styles: OOP vs. Subs
And yes, I know what the warnings are for. And I know how to code around them. The warnings are still wrong though.$ perl -le 'use warnings; print ("$_") for qw /foo, #bar/' print (...) interpreted as function at -e line 1. Possible attempt to separate words with commas at -e line 1.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Coding styles: OOP vs. Subs
by Anonymous Monk on Nov 17, 2005 at 17:17 UTC | |
by Perl Mouse (Chaplain) on Nov 17, 2005 at 17:29 UTC | |
by Anonymous Monk on Nov 17, 2005 at 17:52 UTC | |
by Perl Mouse (Chaplain) on Nov 18, 2005 at 09:32 UTC |