1

I know it is possible to set IPv4 outgoing IP in LWP::UserAgent, but is it possible to set specific IPv6 address as outgoing IP? If yes: how can I do this?

brian d foy
  • 129,424
  • 31
  • 207
  • 592
gib
  • 738
  • 1
  • 8
  • 16

1 Answers1

1

Upgrade to Perl 5.14. Its IO::Socket::INET/Socket modules support IPv6.

daxim
  • 39,270
  • 4
  • 65
  • 132