home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!lrz-muenchen.de!hfaester
- From: hfaester@Physik.TU-Muenchen.DE (Hannes Faestermann)
- Subject: Re: Problems with "-s" in #! line - help !
- Message-ID: <hfaester.726430587@Physik.TU-Muenchen.DE>
- Sender: news@news.lrz-muenchen.de (Mr. News)
- Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
- References: <peter.726325150@hilly> <PRZEMEK.93Jan7112756@rrdstrad.nist.gov>
- Date: Thu, 7 Jan 1993 18:16:27 GMT
- Lines: 31
-
- przemek@rrdstrad.nist.gov (Przemek Klosowski) writes:
-
- >In article <peter.726325150@hilly> peter@micromuse.co.uk (Peter Galbavy) writes:
-
- > If the #! line reads:
-
- > #!/usr/local/bin/perl -s
-
- > All is OK'ish. But then add a comment for emacs:
-
- > #!/usr/local/bin/perl -s # -*- Perl -*-
-
- >I think it is a better policy to add
-
- ># Local variables:
- ># mode:Perl
- ># End:
-
- That's a possibility, but I prefer using:
-
- #!/usr/local/bin/perl -s -- -*-perl-*-
-
- Hope that helps
-
- Hannes
-
- --
- Hannes Faestermann | Internet:
- Physik-Department E17 | Hannes.Faestermann@Physik.TU-Muenchen.DE
- TU Muenchen, |
- W-8046 Garching, Germany |
-