Home : General : Perl Programming :

General: Perl Programming: Re: [Beck] Call another script.: Edit Log

Here is the list of edits for this post
Re: [Beck] Call another script.
 
require "script.pl";

sleep(1);

&some_sub_from_script.pl;

Either that or put sleep(1) inside the sub in script.pl before it returns.

Last edited by:

PaulW: Nov 24, 2001, 3:51 AM

Edit Log: