Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: how can I collect x many elements from an array?

by a (Friar)
on Mar 09, 2001 at 11:11 UTC ( [id://63191]=note: print w/replies, xml ) Need Help??


in reply to how can I collect x many elements from an array?

You could unpack all 33 into a single var and then mess w/ it later:<code> (@gids) = split(//, $gids_string); <code>

a

  • Comment on Re: how can I collect x many elements from an array?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found