Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How do I split by '/'

by ssandv (Hermit)
on Mar 16, 2010 at 19:00 UTC ( [id://829001]=note: print w/replies, xml ) Need Help??


in reply to How do I split by '/'

Oddly enough, you could have typed

split '/',$date;
to split on '/'. You don't have to use regex delimiters for the expression to split on, and it often helps with readability not to.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 20:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found