in reply to perl+telnet(with out Net::Telnet)
I'm not allowed to use any CPAN packagesFirst, Net::Telnet is part of the Perl core (unless you are using a very old version), so it is pure Perl. Secondly, if you are not permitted to include separated modules into your application, you can just steal the code from CPAN and paste it into your code.
Maybe you should put on top of this code the comment:
# Message to my supervisor: No, I did not steal this # code from CPAN. Oh no, this is not something I would # ever dare to do.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl+telnet(with out Net::Telnet)
by marto (Cardinal) on Jul 14, 2010 at 11:22 UTC | |
by rovf (Priest) on Jul 14, 2010 at 13:57 UTC |