Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    use Data::Dumper;
    print Dumper \%interfaces;
    
  2. or download this
    $VAR1 = {
              'eth0:1' => '10.153.26.128',
    ...
              'eth0:2' => 'x.y.z.62',
              'lo' => '127.0.0.1'
            };