Hi,

I'm storing an array in a hash as a string using:

 $array{$client} = "@field";

and retrieving the array so I can manipulate it with:

 @field = &shellwords($array{$client});

This conversion to and fro must be inefficient and time consuming. Is there a "better" way to do this?

Don


-----------------------------------------------
Scanned by Gwavix for all known viruses.
http://helpdesk.boisestate.edu/


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to