The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Net::Wigle - Perl extension for querying wigle.net

SYNOPSIS

  use Net::Wigle;
  use Data::Dumper;
  my $wigle = Net::Wigle->new; 
  print Dumper $wigle->query(
    user => 'insertYourWigleUserNameHere',
    pass => 'insertYourWiglePasswordHere',
    ssid => 'insertAnSsidHere',
  );

DESCRIPTION

It queries wigle.net.

TODO

urlencode params before http post.
entitydecode data returned in table.
translate '?' to undef?
Figure out if variance is always required.
Test on many platforms.

SEE ALSO

Forums at http://wigle.net

MOTD

"For your health." -Steve Brule

AUTHOR

Mike Allred, <mikejallred@gmail.com>

COPYRIGHT AND LICENSE

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.