> If you just want to run another Perl script and not have the existing Perl
> script wait for it to return use "exec" instead of "system". Taken from the

My main script is started by cron on every 00 minutes,
00:00, 01:00, 02:00 and so on, and it must execute another
script on xx::00 & xx::15 & xx::30 & xx::45 by some condition.
executed script runs long time, so main script cannot wait them.
Main script must run until xx:45.

Regards,
Hirosi Taguti
[EMAIL PROTECTED]
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to