Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      Net::Netmask
    
    =cut
    
  2. or download this
    $ perl find_machines.pl --netblock "192.168.2.0/24"
    host 192.168.2.2 is up.
    ...
    host 192.168.2.6 is up.
    host 192.168.2.10 is up.
    host 192.168.2.19 is up.