The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Billing::Allopass::Infos - A simple class for infos retrieving from provided Allopass HTML code

SYNOPSIS

    use Business::PhoneBill::Allopass::Infos;
  
    my $ap='<table... .../table>';  # Allopass HTML code
    my $hapnfo=Business::PhoneBill::Allopass::Infos->new(\$ap);
    print $hapnfo->doc_id;
  

DESCRIPTION

CONSTRUCTOR

new - Class constructor.
    Business::PhoneBill::Allopass::Infos->new($ap);

OR

    Business::PhoneBill::Allopass::Infos->new(\$ap); # Prefered way

PROPERTIES

site_id - Retrieves the site id.
doc_id - Retrieves the document id.
paliers - Array of countries.
palier - Provides ID for given country.

METHODS

AUTHOR

Bernard Nauwelaerts <bpn#it-development%be>

LICENSE

GPL. Enjoy ! See COPYING for further informations on the GPL.