[Perl-unix-users] test

2008-05-20 Thread James T.
test ___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] Need help with my code

2009-06-18 Thread James T.
Hi all, This program 'info.pl' takes 2 different input file format ( file1.txt or file2.txt) and display information about the Boot and the Boot Processor. It works file file 'file1.txt' as it get some information on the "BOOT INFORMATION" but when running it with 'file2.txt' , it only get info

[Perl-unix-users] Net::cmd and dialog

2009-11-30 Thread James T.
Hi all, Is there a way to run a script that take standard input. My remote script is called 'restore'. When it is run , it require a "Yes or NO" answer before it can run" My  Perl program telnet find but cannot seems to pass the "Y" or "N" for the restore script to run. use Net::Telnet;