test.pl ----------------------------- sub thisisatest { print "username is $username"; } 1;