-
-
29 Nov 2006 13:40:31 UTC
- Distribution: Net-TrackIT
- Module version: 0.01
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (428 / 0 / 0)
- Kwalitee
Bus factor: 0- 90.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (2.13KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- HTTP::Request
- LWP::UserAgent
- XML::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install Net::TrackIT, copy and paste the appropriate command in to your terminal.
cpanm Net::TrackIT
perl -MCPAN -e shell install Net::TrackIT
For more information on module installation, please visit the detailed CPAN module installation guide.