- > WWW-GLS-Detail-0.2 > WWW::GLS::Detail

Download:
WWW-GLS-Detail-0.2.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.2   Source  

NAME ^

WWW::GLS::Detail - Perl module for the GLS online tracking service with details.

SYNOPSIS ^

        use WWW::GLS::Detail;
        my($newdata,$other) = glscheck('paketnumber','de');#de or en for text in german or english

        foreach my $key (keys %$other){# shipnumber, signature, pickupdate, deliverydate, reference, weight, product
                print $key . ": " . ${$other}{$key} . "\n";
        }
        print "\nDetails:\n";

        foreach my $key (@{$newdata}){
                #foreach my $key2 (keys %{$key}){#datum, event, ort, daten
                #       print ${$key}{$key2};
                #       print "\t";
                #}

                print ${$key}{datum};
                print "\t";
                print ${$key}{event};
                print "\t";
                print ${$key}{ort};
                print "\t";
                print ${$key}{daten};
                print "\n";
        }

DESCRIPTION ^

WWW::GLS::Detail - Perl module for the GLS online tracking service with details.

AUTHOR ^

    -

COPYRIGHT ^

        This program is free software; you can redistribute
        it and/or modify it under the same terms as Perl itself.

SEE ALSO ^

syntax highlighting: