Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Date processor

by tadman (Prior)
on Feb 23, 2001 at 22:45 UTC ( [id://60523]=note: print w/replies, xml ) Need Help??


in reply to Date processor

There doesn't appear to be anything fundamentally wrong with your strategy of using a regexp. There is no point in using the s/// substitution on your string, however, seeing as you are matching the entire string (/^...$/), and assignment using '=', such as you have done, is probably faster.

If you were changing only part of the string from one format to another, you would likely be using s///, but since you are modifying the variables mathematically, you would have to use the s///e format, with the 'e' for eval switch turned on. That will evaluate the second part of the regexp, performing the math and replacing with the result.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-23 14:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found