When trying to connect some network device using Perl you have a number of choices.
See the full stack of HTTP connections:
built in socket function and the Socket module
IO::Socket::INET using IO::Socket
Net::Telnet, Net::FTP, Net::SSH (wrapping ssh), Net::SSH::Perl, Net::*
LWP::Simple, LWP
WWW::Mechanize
WWW::GMail
At the lowest level you can use the built in socket function.
Using the Socket library provides several extra functions
and constants that will make your code cleaner and more portable.
See also perlipc
| Prev | Home (Copyright Gabor Szabo) Perl Training Israel | Next |
| Capturing both STDOUT and STDERR using IPC::Run3 | Socket level programming using Socket.pm |