- 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.
- or download this
Can't call method "NetRange" on unblessed reference at C:\Users\Admin\
+Desktop\ar
in.pl line 10.
- or download this
#!usr/bin/perl
use strict;
use warnings;
...
print $net->NetRange."\n";
}
exit;
- or download this
#!usr/bin/perl
use strict;
use warnings;
...
print $result."\n";
}
exit;