NAME
Net::TrackIT -- interface to DHL's TrackIT web services
SYNOPSYS
my $trackit = Net::TrackIT->new(
ID => 'Your customer ID',
password => 'Your password',
);
my $result = $trackit->track($tracking_number);
DESCRIPTION
This module is a simple interface to DHL's (formerly Airborne Express) tracking web services.
BUGS
Not much error checking is done.
VERSION
This is version 0.01 of the client.
AUTHOR
Dmitri Tikhonov <dtikhonov@vonage.com>
CREDITS
Loosely based on TrackIT.pm module (author unknown) found on P3P web site: http://www.p3ptools.com/perl.htm