Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Running several Perl scripts
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jürgen Exner, post: 4835189"] If by periodically you mean recurring in regular intervals, then the 'at' command (similar to 'cron' on Unix) is your friend. Or the Task Scheduler from the GUI. If you question is really about running (a set of) external programs which happen to be other Perl scripts from a given Perl script, then you may want to check out system() and/or qx(). If you are looking for parallel execution fork() and exec() would be the way to go (although there are other methods, too) jue [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Running several Perl scripts
Top