telnet...???

2002-03-25 Thread subbu
hi to all.. can we use perl expect module to telnet to a specified machine and to execute a specified command on a remote machine..? regards keshav

Fw: perl..changing directory

2002-03-25 Thread subbu
hi, i am trying to write a program that changes to any user-specified directory on a machine .. regards keshav

perl..changing directory

2002-03-25 Thread subbu
Subject: Fw: perl..changing directory hi, how to write a program that user changes to any user-specified directory on a machine ..using any of modules..or otherthan regards keshav -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: telnet...???

2002-03-25 Thread subbu
thanq Mr sudharsan, but can we use only Expect module to do that.. pl reply regards keshav - Original Message - From: Sudarsan Raghavan <[EMAIL PROTECTED]> To: subbu <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 1:54 AM Subject: Re: telne

IO::Pty..?

2002-03-25 Thread subbu
hi to all.. where IO::Pty is located in CPAN...? There is only IO::Tty..but IO::Pty is no avaiable.. in which other site can we locate..? please reply.. regards keshav -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Comparing two files

2001-06-09 Thread subbu cherukuwada
If you have ample of RAM, you may try using grep i.e. open(SMALL,"newfile"); while() { $lin=$_; print UNIQ if(!(grep {^$lin$} )); seek(SMALL,0,0); } >From: "Will W" <[EMAIL PROTECTED]> >Reply-To: "Will W" <[EMAIL PROTECTED]> >To: "Steve Whittle" <[EMAIL PROTECT