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 Stefan Gipper , http://www.coder-world.de/ COPYRIGHT WWW::GLS::Detail is Copyright (c) 2010 Stefan Gipper All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO perl(1)