> At 07:47 PM 5/22/01 -0400, David Gilden wrote:
># is the ',' correct in my($a,$b) can you use a space my($a $b @c)
I missed this the first time.
NEVER my() $a and $b.
If you're using them as variables in your code, make better names.
If you're using them as elements in a sort routine, then you DEFINITELY
don't want to my() them! $a and $b are package globals, and a little
magical, sort of like $_, so just don't go there!
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/