Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Copying a hash element into an array as a list

by bassplayer (Monsignor)
on Mar 24, 2004 at 17:34 UTC ( [id://339483]=note: print w/replies, xml ) Need Help??


in reply to Copying a hash element into an array as a list

Change the second line to:

my @Array=split /\s/,$Hash{"Element"};

This splits the string on spaces before sending it to the array.

bassplayer

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://339483]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-23 10:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found