Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Take out date part of my field value

by pbeckingham (Parson)
on Aug 24, 2005 at 14:41 UTC ( [id://486210]=note: print w/replies, xml ) Need Help??


in reply to Take out date part of my field value

Simply substitute nothing for a pattern that matches your date. You may need to modify the pattern, and you probably should check out some of the excellent pages on regular expressions.

$field =~ s/^\(\d\d\/\d\d\/\d\d\)\s+//;



pbeckingham - typist, perishable vertebrate.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 04:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found