#! /usr/bin/perl use strict; use warnings; use Term::ANSIColor; # From http://perlmaven.com/how-to-create-a-perl-module-for-code-reuse # expect ttrts perl module in a neighboring perl/ dir use File::Basename qw(dirname); use Cwd qw(abs_path); use lib dirname(abs_path($0))."/perl"; # Use our ttrts perl library use ttrts; our $usage_text=<