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 ...