cnow> cat testPerl.pl #!/usr/local/bin/perl -w print "This is a test\n"; cnow> ./testPerl.pl This is a test cnow>