Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Dealing with split

by runrig (Abbot)
on Feb 22, 2006 at 22:45 UTC ( [id://532112]=note: print w/replies, xml ) Need Help??


in reply to Dealing with split

I'd avoid split in this instance (m//g is more readable IMHO):
print "$_\n" for /c:\\temp(\S*?)@@/g;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (9)
As of 2024-03-28 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found