Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    use strict;
    use warnings;
    use Socket qw( getaddrinfo getnameinfo );
    
  2. or download this
    "getaddrinfo" is not exported by the Socket module
     "getnameinfo" is not exported by the Socket module
    Can't continue after import errors at /home/neil/bin/ptr line 7.
    BEGIN failed--compilation aborted at /home/neil/bin/ptr line 7.