RE: Conditional compilation

2003-09-11 Thread Wiggins d'Anconia
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

Re: Conditional compilation

2003-09-11 Thread Beau E. Cox
- 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

Conditional compilation

2003-09-11 Thread Harter, Douglas
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