--------- Original Message --------
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Subject: [xmail] Filter question
Date: 01/08/04 13:25

>
> Can anyone tell me how to call an external perl script from with in
another
> perl script?
>
> For example when a certain condition is true in  my main script it will
call
> test.pl and then when test.pl is finished it will return to the main
script.
>
> Any help would be greatly appreciated.
>

system() will do this.

http://www.perldoc.com/perl5.6/pod/func/system.html

-Don

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to