in reply to Re^4: why doesn't "my ($a,$b)" return a list?
in thread why doesn't "my ($a,$b)" return a list?
Yes, it does work without use feature qw(:5.12);, but you might want to keep it anyway just to show that the code requires v5.12, otherwise you might have problems trying to run code on older Perls.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: why doesn't "my ($a,$b)" return a list?
by JavaFan (Canon) on Aug 24, 2010 at 12:08 UTC |