at Perl Expect is not currently installed on all the
> machines.
>
> Does Perl have any conditional compilation so that I can somehow NOT execute
> the use statement on the machines that do not have expect? Or is there
> another way to handle this situation?
>
perldoc -f eval
- Original Message -
From: "Harter, Douglas" <[EMAIL PROTECTED]>
To: "Beginners Mailing List Perl (E-mail)" <[EMAIL PROTECTED]>
Sent: Thursday, September 11, 2003 4:46 AM
Subject: Conditional compilation
> I am writing a Perl script which will run o
I am writing a Perl script which will run on multiple machines. I have a
use Expect;
in the script.
The problem is that Perl Expect is not currently installed on all the
machines.
Does Perl have any conditional compilation so that I can somehow NOT execute
the use statement on the machines