Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    __DATA__
    host1 1.1.1.1
    host2 1.2.3.5
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
    __DATA__
    host1 1.1.1.1
    host2 1.2.3.5
    
  3. or download this
    use strict;
    use Data::Dumper;
    ...
    205.212.123.10  dns1 brutus
    208.140.2.15    dns2
    156.63.130.100  dns3 cherokee
    
  4. or download this
    $VAR1 = {
              'dns3' => '156.63.130.100',
    ...
              'family' => '192.168.0.84',
              'pedestrian' => '192.168.0.80'
            };