in reply to strict.pm error
This should work in most versions of perl after 5.6.my ($x, undef, $y) = something()...;
What version of perl are you using (run "perl -v").
A workaround would be to change the "undef" to a name like "$unused_1".
"XML is like violence: if it doesn't solve your problem, use more."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: strict.pm error
by greenhornks (Initiate) on Dec 22, 2011 at 13:05 UTC |