I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-07-14 07:05:25.634448-07 by anraevlus18
doubts in using Net::Telnet
Hi i am very new to perl. I want to login to a remote machine and check a filesystem has been mounted or not.
$t = new Net::Telnet(); $t->open("morph"); $t->login($username, $passwd); # this is the error part if (-d $filesystem) {print "ready to go";} $t->close();
Pls help me.
Direct Responses: 12822 | Write a response