Re: Re: Perl versus EXPECT(tcl)

2005-02-12 Thread geringer2
n - Original Message - From: "Gomez, Juan" <[EMAIL PROTECTED]> To: "Xiaofang Zhou" <[EMAIL PROTECTED]>; "Perl Beginners List" Sent: Saturday, February 12, 2005 9:59 AM Subject: RE: Re: Perl versus EXPECT(tcl) Hi Xiaofang I don’t think is posible you

RE: Re: Perl versus EXPECT(tcl)

2005-02-12 Thread Gomez, Juan
ry 11, 2005 11:00 AM To: Perl Beginners List Subject: Re: Re: Perl versus EXPECT(tcl) Hi, Bob, Sounds the expert.pm is cool. But when I try to install the pre-required io::pty, I got a fatal error. Is it possible to install io::tty and expert on xp? --- cl -c -nolog

Re: Re: Perl versus EXPECT(tcl)

2005-02-12 Thread Bob Showalter
Xiaofang Zhou wrote: Hi, Bob, Sounds the expert.pm is cool. But when I try to install the pre-required io::pty, I got a fatal error. Is it possible to install io::tty and expert on xp? No. ptys are a Unix only thing. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: Re: Re: Perl versus EXPECT(tcl)

2005-02-11 Thread Xiaofang Zhou
Hi, I have trouble using B::Bytecode on xp/activeperl 5.6. With a very simple script, the command: perl -MO=Bytecode,-ofirst.byte first.pl Can't work properly. --first.pl #!/usr/bin/perl -w use strict; print "Hello World!\n"; 1; - Please let me know if anyone have successf

Re: Re: Perl versus EXPECT(tcl)

2005-02-11 Thread Xiaofang Zhou
Hi, Bob, Sounds the expert.pm is cool. But when I try to install the pre-required io::pty, I got a fatal error. Is it possible to install io::tty and expert on xp? --- cl -c -nologo -O1 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DHAV E_DES_FCRYPT -DPERL_IMP