Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!pacbell.com!att!ucbvax!agate!agate!rusty From: rusty@groan.Berkeley.EDU (Rusty Wright) Newsgroups: comp.lang.perl Subject: using #! for perl scripts Message-ID: Date: 16 May 91 22:27:43 GMT Sender: root@agate.berkeley.edu (Charlie Root) Distribution: comp Organization: University of California Berkeley Lines: 4 The man page for execve says that the pathname given after the #! can be at most 32 characters. But the full pathname of perl on my machine is more than 32 characters. Does anybody have recommendations on a good consistent way to deal with this?