Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: how to call this perl file repeatedly after every minute from batck file

by jonadab (Parson)
on Jan 14, 2015 at 12:56 UTC ( [id://1113223]=note: print w/replies, xml ) Need Help??


in reply to how to call this perl file repeatedly after every minute from batck file

Yet another way to do it: have the batch file call itself after one minute:

perl w3.pl perl -e ' sleep 1; ' final.bat

This is closer to what you actually asked for. With that said, this isn't what I'd do, if it were me. Corion's approach is closer to what I would do, if it were me.

  • Comment on Re: how to call this perl file repeatedly after every minute from batck file
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found