Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: split trying to look for /

by mcogan1966 (Monk)
on Dec 16, 2003 at 19:54 UTC ( [id://315123]=note: print w/replies, xml ) Need Help??


in reply to split trying to look for /

Another option is to escape your '/' in the code.
@date = split(/\//, @date);
It's a classic mistake to forget that certain characters need to be escaped so that Perl will take them literally.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 10:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found