Help for this page

Select Code to Download


  1. or download this
    use IO::Select;
    use IO::Socket::INET;
    ...
      my $packet = Net::DHCP::Packet->new($newmsg);
      # site-local option 252 "auto-proxy-config"
      my $wpad = $packet->getOptionValue(252);