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
hi,
i am trying to write a program that changes to any user-specified directory on a
machine ..
regards
keshav
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]
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
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]
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