|
|
| Welcome to the Monastery | |
| PerlMonks |
Re^5: help neeed in unpackby kutsu (Priest) |
| on Feb 10, 2006 at 17:31 UTC ( #529417=note: print w/ replies, xml ) | Need Help?? |
|
Your problem might be that when printing with double quotes an implicit call to join (using $") is made. Dropping the double quotes would cause print to print the contents using $, as a seperator. So you man need to use join.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||