Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dod123
  • Content: Threads
  • Order by date
  1. dod123

    Del command

    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.
  2. dod123

    Net:Telnet errmode coderef

    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.
  3. dod123

    telnet script

    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.
  4. dod123

    Problem using any module suporting plots

    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
  5. dod123

    Plot from a script

    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.
  6. dod123

    A beginner’s question - matching

    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.
  7. dod123

    Matching question

    Hello all; I am tring to match this expression: [mcilBA0(tasks)]/acec/tasks> I tried many posibility and I am not sure how to do it correctly. Thanks.
  8. dod123

    Net:telnet Prompt

    Hello all; I am using the Net:Telnet modul from CPAN. The prompt i recieve is #. I tried to match the prompt like this:'/\# $/' With no succsess. use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/\# $/'); $t->open("sparky")...
  9. dod123

    Problem using NET:TELNET

    Hello all; I am using the Net::Telnet module from CPAN, the problem srarts when i have diffrent prompt in the telnet server. in the first example from CPAN: use Net::Telnet (); $t = new Net::Telnet (Timeout => 10, Prompt => '/bash\$ $/'); $t->open("sparky")...

Part and Inventory Search

Back
Top