Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: split giving me a splitting headache

by bart (Canon)
on Apr 24, 2013 at 19:21 UTC ( [id://1030491]=note: print w/replies, xml ) Need Help??


in reply to split giving me a splitting headache

/.*/ is greedy. So all you have to do is
($x, $y) = /(.*)\.(.*)/;
and Bob's your uncle. Unless there is no period. You'll have to handle that case separately.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-20 02:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found