WWW::UPS::Detail

Perl module for the UPS online tracking service with details
Download

WWW::UPS::Detail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stefan Gipper
  • Publisher web site:
  • http://search.cpan.org/~stefanos/

WWW::UPS::Detail Tags


WWW::UPS::Detail Description

WWW::UPS::Detail is a Perl module for the UPS online tracking service with details.SYNOPSIS use WWW::UPS::Detail; my($newdata,$other) = upscheck('paketnumber','de');#de for text in german foreach my $key (keys %$other){# shipnumber, weight, service, type, deliveryto, deliveryon, billedon, location, signedby, laststatus print $key . ": " . ${$other}{$key} . "\n"; } print "\nDetails:\n"; foreach my $key (@{$newdata}){ #foreach my $key2 (keys %{$key}){#datum, ort, daten # print ${$key}{$key2}; # print "\t"; #} print ${$key}{ort}; print "\t"; print ${$key}{datum}; print "\t"; print ${$key}{daten}; print "\n"; } # see http://www.ups.com/content/de/de/tracking/tracking/description.htmlProduct's homepage


WWW::UPS::Detail Related Software