in reply to Re^3: help neeed in unpack
in thread help neeed in unpack

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^5: help neeed in unpack
by kutsu (Priest) on Feb 10, 2006 at 17:31 UTC

    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.