Help for this page

Select Code to Download


  1. or download this
    "AF_INET6" is not exported by the Socket6 module
    
  2. or download this
    push @EXPORT, qw(AF_INET6) unless defined eval {Socket::AF_INET6()};
    
  3. or download this
    use warnings;
    use strict;
    ...
      our @ISA = qw(Exporter DynaLoader);
      our @EXPORT = qw(AF_INET AF_INET6);
    }