Help for this page

Select Code to Download


  1. or download this
    use Net::IPv4Addr qw( :all );
    my ($broadcast) = ipv4_broadcast($ip_str, $msk_str);
    
  2. or download this
    $ip_str = join('.', @ip);
    $msk_str = join('.', @netmask);