NAME
check_tmobile_allowances - Check remaining allowances on TMobile website
SYNOPSIS
check_tmobile_allowances [--debug|d] [--help|-h] [--username|u username] [--password|p password]
DESCRIPTION
check_tmobile_allowances
This progam uses Business::Billing::TMobile::UK to fetch your allowances from the T-Mobile website and display them on the screen. If you do not specify your username and/or password as a command line option you will be prompted to enter the details, they will not be echo-ed back to the screen.
OPTIONS
- --debug|-d
-
Enable Debugging Output
- --help|-h
-
prints out usage information and exits
- --username|-u username
-
Username to login with
- --password|-p password
-
Password. If specified the $0 is updated so that people cannot see your password by running ps, but note that perl cannot update $0 on all platforms!!
AUTHOR
Sagar R. Shah