![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: using strict and functionsby strat (Canon) |
on Jan 17, 2002 at 22:04 UTC ( #139570=note: print w/replies, xml ) | Need Help?? |
There are some variables that can't be used with my, e.g. $" or the like. In this case, you have to use local.
But always try to use my before using local.
Best regards,
In Section
Seekers of Perl Wisdom
|
|