Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: split a string at a defined index

by Punitha (Priest)
on Mar 29, 2010 at 05:32 UTC ( [id://831559]=note: print w/replies, xml ) Need Help??


in reply to split a string at a defined index

Hi AvantA,

Try this

$str="www,google,yahoo,345"; my ($var1,$var2)= $str =~/^([^\n]+),([^\n]+)$/;

Punitha

Replies are listed 'Best First'.
Re^2: split a string at a defined index
by smokemachine (Hermit) on Mar 29, 2010 at 10:58 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found