Re: Perl versus Expect(tcl) : Specific Example

2005-02-13 Thread perl perl
Excellent info coming in, so far. If its true that we have to use two versions of Perl Expect.PM (ActiveState) and Perl Expect.PM (Unix)... then wouldn't that pose double script maintenance issues? My Expect(tcl) script is simplified and centralized to one file. Its capable of switching back a

Re: Perl versus Expect(tcl) : Specific Example

2005-02-13 Thread Scott Pham
Perl Expect on Windows CON: Expect perl module can't be used on a Windows platform. Looks like your best bet is to use activestate TCL if it's on windows. On Sat, 12 Feb 2005 17:27:54 -0800, perl perl <[EMAIL PROTECTED]> wrote: > Hi, I'd like to narrow the previous Expect(tcl) question so that a

Re: Perl versus Expect(tcl) : Specific Example

2005-02-12 Thread Owen Cook
On Sat, 12 Feb 2005, perl perl wrote: > > Question2: :-) > How do you implement the Expect script above into Perll? Are there > several modules to choose from? Here is a little admin script I run from time to time which might explain the use of Perl's expect (Yes..I know, no use ofstrict or war