Help for this page

Select Code to Download


  1. or download this
    Can't locate Net/Whois/ARIN/Network.pm in @INC (@INC contains: C:/Perl
    +/site/lib
    C:/Perl/lib .) at C:\Users\Admin\Desktop\arin.pl line 3.
    BEGIN failed--compilation aborted at C:\Users\Admin\Desktop\arin.pl li
    +ne 3.
    
  2. or download this
    Can't call method "NetRange" on unblessed reference at C:\Users\Admin\
    +Desktop\ar
    in.pl line 10.
    
  3. or download this
    #!usr/bin/perl
    use strict;
    use warnings;
    ...
        print $net->NetRange."\n";
    }
    exit;
    
  4. or download this
    #!usr/bin/perl
    use strict;
    use warnings;
    ...
        print $result."\n";
    }
    exit;