
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>

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.

You can find documentation for this module with the perldoc command.
perldoc Net::DSLProvider
You can also look for information at:

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: 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.