Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            }
        }
    }
    
  2. or download this
    --------- /tmp/interfaces.app15 --------------
    auto lo
    ...
    network 192.168.0.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    
  3. or download this
    my @hostRows;
    
    ...
    
        push @hostRows, \@row;
    }