GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
WWW::DHL(3) User Contributed Perl Documentation WWW::DHL(3)

DHL - Perl module for the DHL online tracking service.

  my $dhl = DHL->new(ID => 12345);
  print Dumper $dhl->status();
  ...

This module allows you to check the status of YOUR shipments via the DHL website. For privacy issues please consider the website. Please note: This module is still some kind of alpha, because there are many different pages on the DHL website and they are changing constantly.

DHL->new()
Obligatory method to create the DHL object. You must pass a valid ID for your shipment.
$dhl->status()
This method will try to fetch the status from the website. If there is an error, it will return undef and set $@. Otherwise you will get a hashref containing the summary and history of your shipment.

Please contact the author, if you find any in this code.

Sebastian Stumpf <sepp@cpan.org>

Copyright 2007 Sebastian Stumpf. All rights reserved.

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

LWP::UserAgent(3), HTML::TokeParser(3), http://www.dhl.de/
2008-11-18 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.