$ ssh q cat bin/hw.pl Password: #!/usr/bin/perl -l use strict; use warnings; print "Hello World!" __END__ $ ssh q bin/hw.pl Password: Hello World!