Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      }
    }
    print Dumper \@add,\@updateIP,\@updateName;
    
  2. or download this
    # read XML template
    my $xml = XML::Twig->new->parse( \*DATA );
    ...
    <device name="example">
      <ipaddress>0.0.0.0</ipaddress>
    </device>