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

Re^5: split on commas

by tphyahoo (Vicar)
on Jun 09, 2009 at 18:06 UTC ( [id://770034]=note: print w/replies, xml ) Need Help??


in reply to Re^4: split on commas
in thread split on commas

the problem with this approach is that it erroneously accepts input such as
$_ = "<*2)FOO<2,1>,<*3>(SigB<8:0:2>,BAR),<*2>Siga<2:0>,Sigb<8,7,6,5,0> +";
(where the first < matches a )

you really need a parser to do this kind of thing "right".

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-19 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found