Help for this page

Select Code to Download


  1. or download this
    For portability do not assume that the result of inet_aton()
    is 32 bits wide, in other words, that it would contain only
    the IPv4 address in network order.
    
  2. or download this
    my $ip = pack(C4 => split /\./, $src);