in reply to portable interpreter invocation

Standard answer:
#!/usr/bin/env perl

Replies are listed 'Best First'.
Re^2: portable interpreter invocation
by Aristotle (Chancellor) on Mar 15, 2003 at 12:56 UTC
    Except that it sometimes, very rarely, is /usr/local/bin/env or /bin/env.. and then you have the same problem all over, except with env..

    Makeshifts last the longest.