> I'm trying to run Perl script(s) ... and each has the first line > of: #! /usr/bin/perl but the script still requires that I > use the syntax perl <filename> Oh, perl is in the right place. Lose the space between #! and /usr/bin/perl. Also, make sure your scripts are set executable (chmod 755 filename)