Xref: utzoo comp.unix.questions:29876 comp.unix.sysv386:6422 comp.lang.perl:4719 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!casbah.acns.nwu.edu!ftpbox!motsrd!motcid!protofan From: protofan@motcid.UUCP (Mike S. Protofanousis) Newsgroups: comp.unix.questions,comp.unix.sysv386,comp.lang.perl Subject: #! problems Message-ID: <4723@cocoa7.UUCP> Date: 28 Mar 91 16:19:29 GMT Organization: Motorola Inc. - Cellular Infrastructure Div., Arlington Heights, IL 60004 Lines: 21 I'm trying to make a perl script an executable script. However, it seems that ESIX does not support the #!/usr/local/bin/perl notation. I tried : use /usr/local/bin/perl and that didn't work either! When I use the ':' notation, the script is executed under normal 'sh'. For example, if I'm using csh, putting a ':' on the first line of a Bourne shell script makes it work properly. What do I need to do so that I don't have to type 'perl script' to run my perl script? No, I don't want to use an alias. Thanks. -- Mike Protofanousis msp@pronet.chi.il.us motcid!protofan@uunet.uu.net