Tagged Questions
2
votes
1answer
126 views
Why doesn't passing an array reference for the Host parameter in Net::FTP->new work?
I'm building an FTP client using Net::FTP. The documentation states that the new constructor has a Host option which can be a reference to an array with hosts to try in turn. I don't seem to be able ...
0
votes
2answers
127 views
Where can I find documentation for Net::Libnet?
Could someone provide some links to additional documentation or tutorials for the CPAN module Net::Libnet?