Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: several perl scripts

by secret (Beadle)
on Dec 23, 2005 at 17:39 UTC ( [id://518791]=note: print w/replies, xml ) Need Help??


in reply to several perl scripts

You can write a shell script that launches all the perl scripts like you would do from the command line ( use & at the end of each perl script call).

You can write a perl script that forks out to the shell ( with the exec command) and call the perl scripts.

All this will launch them sequencially, that is "almost" at the same time.

You could also program them all to launch at the same time in the crontab but that's probably not what you want.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-28 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found