Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Splitting a String

by TheoPetersen (Priest)
on May 18, 2001 at 05:03 UTC ( [id://81406]=note: print w/replies, xml ) Need Help??


in reply to Splitting a String

The answer appears so many times in your post that I wonder if you are testing the community to see how nice we can be :)

It's perlfunc:split of course. Pass it a regular expression and your string and you'll get the array of choice back.

@ary = split(/|/, $string);

Go read the documentation though, split does other nice tricks too.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://81406]
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: (6)
As of 2024-04-19 11:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found