Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Crond

by belg4mit (Prior)
on May 26, 2002 at 16:28 UTC ( [id://169407]=note: print w/replies, xml ) Need Help??


in reply to Crond

For example you could do
my(%dias, %dias_crontab); %dias = %dias_crontab = ( ... );
Or alternately, simply only use one hash, since the data is the same.

Your regexps for extracting field data are actually too strict, you do not allow for whitespace between commas, or for non space whitespace.

You might want to take a glance at "a cron; in perl: But Why?!", and perhaps consider wrapping it in a shell to interface with Windows services?

--
perl -pew "s/\b;([mnst])/'$1/g"

Log In?
Username:
Password:

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

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

    No recent polls found