Perl Document Class with .pl extension
Posted: Tue May 14, 2002 1:31 am
Hello,
I work on Perl scripts hosted on Unix servers, and do my editing in Textpad via FTP.
I would like the Perl document class to detect Perl scripts without a .pl extension, as most Unix scripts have no extension.
Would it be possible for Textpad to be able to read the "shebang" that most Unix scripts use on the first line of the script. For example Perl uses:
#!/usr/bin/perl on the first line.
I'm sure it would also help Python and other Unix script users too.
I work on Perl scripts hosted on Unix servers, and do my editing in Textpad via FTP.
I would like the Perl document class to detect Perl scripts without a .pl extension, as most Unix scripts have no extension.
Would it be possible for Textpad to be able to read the "shebang" that most Unix scripts use on the first line of the script. For example Perl uses:
#!/usr/bin/perl on the first line.
I'm sure it would also help Python and other Unix script users too.