Net::DSLProvider - Standardized interface to various DSL providers
use Net::DSLProvider; my $p = Net::DSLProvider::SomeISP->new(user => $u, pass => $p); ...
This class doesn't do much - please see the individual Net::DSLProvider::* modules instead.
These methods tell you things.
Takes a phone number or a postcode and returns a list of services that the provider can deliver to the given line.
Parameters:
cli / postcode (Required) mac (Optional)
Output is an array of hash references. Each hash reference may contain the following keys:
first_date max_speed product_name product_id (Required)
These methods do things
Simon Cozens, <simon at simon-cozens.org> Jason Clifford <jason at ukfsn.org>
<simon at simon-cozens.org>
<jason at ukfsn.org>
Please report any bugs or feature requests to bug-net-dslprovider at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-DSLProvider. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
bug-net-dslprovider at rt.cpan.org
You can find documentation for this module with the perldoc command.
perldoc Net::DSLProvider
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-DSLProvider
AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Net-DSLProvider
CPAN Ratings
http://cpanratings.perl.org/d/Net-DSLProvider
Search CPAN
http://search.cpan.org/dist/Net-DSLProvider/
Thanks to the UK Free Software Network (http://www.ukfsn.org/) for their support of this module's development. For free-software-friendly hosting and other Internet services, try UKFSN.
Copyright 2009-2012 Simon Cozens & Jason Clifford
This program is free software; you can redistribute it and/or modify it under the terms of either: version 2 of the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
To install Net::DSLProvider, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Net::DSLProvider
CPAN shell
perl -MCPAN -e shell install Net::DSLProvider
For more information on module installation, please visit the detailed CPAN module installation guide.