in reply to Shebang to a perl program

Another solution is to use HashBang. From the docs:

This CPAN distribution will install a binary program on your system called 'hashbang'. You can use this program to write your own hashbang style interpreters in Perl.

CPAN - gotta love it ;-)

Replies are listed 'Best First'.
Re: Re: Shebang to a perl program
by bdhond (Initiate) on Jan 19, 2003 at 14:53 UTC
    Your replies saved me a lot of time finding out what the problem was, and I now have three ways in which to try to get it to work. Thanks!

    Bas