Hello alll;
I am running a perl scripts on a remote server using telnet.
In order to terminate one of the commands i have to hit the DEL command to stop the command output,
I tried the ascii representation of del(177) but probably i don't know how to send ascii.
Thanks for yuor help.
Hello all;
I am using the Net:telnet module. I want to write a ermode diffrent than DIE.
I'm aware of the errmode & coderef posibilities in the module but I have no idea how two use them.
Thanks a lot for any assitance.
Hello all;
I using the telnet module from CPAN, I have allready used it in several scripts.
I am trying to connect to a server that need an 'enter' command before the first promt is shown.
I have to transmitte an enter command to the server from the script.
Hello all;
I have problem using any module suporting plots such as SVG or GD.
maybe the problem is a basic problem of not knowing how to install.
thanks for any help
Thanks a lot for help;
When I tried to install the GD pacage with PPM i got:
C:\Perl\GD>ppm install GD.ppd
Installing package 'GD.ppd'...
Error installing package 'GD.ppd': Read a PPD for 'GD.ppd', but it is not intended for this build of Perl (MSWin32-x86-multi-thread)
Actualy I am still not...
Hello al;
I want to creat 2d,3d,pie... plots from my scripts.
I read about GD, GD:pie.... modules, But I have many dificulties installing them.
What modules I need to install before installing the GD?
Thanks.
I am using the split function two convert a line to an array and using \s as regular expression sometimes in the line I have two spaces and have difficulties matching them.
I not sure i was understood corectly;
This is an example from the CPAN TELNET moule:
use Net::Telnet ();
$t = new Net::Telnet (Timeout => 10,
Prompt => '/bash\$ $/');
$t->open("sparky");
$t->login($username, $passwd);
@lines = $t->cmd("who")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.