Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: string manupulation

by BronzeWing (Monk)
on Sep 05, 2002 at 19:01 UTC ( [id://195477]=note: print w/replies, xml ) Need Help??


in reply to string manupulation

Just because using split() is way too easy of an answer:

@temp = $local =~ m/(?:^|:)([^:]*)/g;

BronzeWing

Replies are listed 'Best First'.
Re^2: string manupulation
by Aristotle (Chancellor) on Sep 06, 2002 at 05:03 UTC
    Regex Hacking, With A Smile. :^)

    Makeshifts last the longest.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-24 22:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found