"Steinar H. Gunderson" <[EMAIL PROTECTED]> writes: > On Sat, May 13, 2006 at 10:54:57PM +0200, Henning Makholm wrote: >> The Linux kernel requires a full path for #! scripts. This makes >> sense if one considers a #! program to be something that should have >> predictable behavior no matter what the user happens to have in his >> $PATH. > > The standard idiom for this seems to be "#! /usr/bin/env python". > > /* Stienar */
Which is a major portability problem for #!/usr/bin/perl -w The #! syntax only works consistent with up to one argument. Anything further depends on the system. MfG Goswin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]