Tagged Questions

2
votes
1answer
96 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
123 views

libnet that properly calculates checksum on IPV6

I have recently started playing around with libnet and using it to generate IPV6 packets. I am very new at programming, however, I am quite happy with the library. I have one problem with it …
0
votes
2answers
357 views

Up-To-Date Libnet Tutorials

I've googled around for a while trying to find a good libnet tutorial but most of them appear to be out of date or lacking on good code examples. What do you recommend for learning libnet? I'm also …