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 Wanet Telecoms Ltd 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: *

  1. gilshalev

    Error message with Telnet: login failed: filehandle isn't open

    Hi Thanks, I'll try. The reason I use () is just that I'm quite new in Perl and used to it from other languges... Gil
  2. gilshalev

    Error message with Telnet: login failed: filehandle isn't open

    Hi Travs69 It runs on some PCs so doesn't seem that code is the problem. This is the code: use strict; use Net::Telnet; use File::Path; #use warnings; my $Server=$ARGV[0]; my $username=$ARGV[1]; my $password=$ARGV[2]; my $sCommand=$ARGV[3] . ";echo Auto_Done"; my $expectedprompt=$ARGV[4]; my...
  3. gilshalev

    Error message with Telnet: login failed: filehandle isn't open

    Hi I run Perl (Using QTP), creating a Telnet object and logging in. On some PCs it's OK, but on some I get a response: login failed: filehandle isn't open Please assist... Thanks, Gil
  4. gilshalev

    UNIX daemon goes down after closing perl

    Thanks alot. The nojup works.
  5. gilshalev

    UNIX daemon goes down after closing perl

    Hi Thanks alot, I'll try it.
  6. gilshalev

    UNIX daemon goes down after closing perl

    Hi We run Perl from windows, creating a Telnet object, using a UNIX command to raise a daemon. Once we close the Perl session, and check the UNIX manually, the daemon is down. Why doesn't it stay up? What can we do? Thanks, Gil

Part and Inventory Search

Back
Top