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 that do not have expect? Or is there
another way to handle this situation?

.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to