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

Re: Trying to split on '?'

by tstock (Curate)
on May 19, 2002 at 21:37 UTC ( [id://167722]=note: print w/replies, xml ) Need Help??


in reply to Trying to split on '?'

split splits on a pattern, even if you use double or single quotes. try:
($1, $2, $3) = split /\?/;
tstock

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-16 17:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found