in reply to Using Expect in Perl

Firstly, there is no such thing as PERL, see But never write "PERL", because... Did you super search or search CPAN? You should find several nodes here about using the Expect module.

Replies are listed 'Best First'.
Re^2: Using Expect in Perl
by LinuxUser2008 (Acolyte) on Jun 02, 2010 at 06:09 UTC
    thanks marto.. Both for the advice on PERL(this is the last time, i will be typing this way) and on the resources you had shared..
    Regards,
    Blub:)
      Personally I'm a big fan of Net::SSH::Expect. I have a previous post about it with some sample code if you're interested. It's availble here
        Thanks sierpinski, will look into the code you shared..
        Regards,
        Blub:)