Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $csvFH or die $!;
    
    print Data::Dumper->Dumpxs( [ \ %ipURL ], [ qw{ *ipURL } ] );
    
  2. or download this
    %ipURL = (
               '192.168.102.120' => {
    ...
                                      '"logmeinrescue.com/"' => 2
                                    }
             );