Net::Wigle - Perl extension for querying wigle.net
use Net::Wigle; use Data::Dumper; my $wigle = Net::Wigle->new; print Dumper $wigle->query( user => 'insertYourWigleUserNameHere', pass => 'insertYourWiglePasswordHere', ssid => 'insertAnSsidHere', );
It queries wigle.net.
Forums at http://wigle.net
"For your health." -Steve Brule
Mike Allred, <mikejallred@gmail.com>
Copyright (C) 2011 by Mike Allred
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
To install Net::Wigle, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::Wigle
CPAN shell
perl -MCPAN -e shell install Net::Wigle
For more information on module installation, please visit the detailed CPAN module installation guide.