View Single Post
Old Dec 1st, 2007, 1:59 PM   #2
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Re: telnet a router with perl?

Yes, it's certainly possible to write such a program using perl...infact perl is probably the best language to use for such a project.

If your interested in going ahead with the fix, i would check out this here perl module.

It will allow you to create a telnet session (using perl) to a port that you tell it and then allow you to execute commands on that remote computer.

As always, CPAN does a good job of the documentation with the perl module, so there are examples and lists all the methods and their options.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote