Help for this page
use Getopt::Std; ... ... $CRON_MODE = 1 if ( exists $ARGS{'q'} ); $TEST_MODE = 1 if ( exists $ARGS{'t'} and !$CRON_MODE ); }