in reply to Re^3: Perl wrapper
in thread Perl wrapper

Linux doesn't let you do that with "#! /usr/bin/env perl -v". It tries to find a file called "perl -v". Other OS's don't do that. I use linux primarily, so I can't do that.

And the rest of your response was too cryptic and brief to be of much use I'm afraid. But thanks for the reply anyway.

Replies are listed 'Best First'.
Re^5: Perl wrapper
by ikegami (Patriarch) on Mar 16, 2011 at 20:01 UTC

    You said "I wish /bin/env would just allow me to pass command line arguments to perl."

    Type in "/usr/bin/env perl -v" at the prompt and you'll see that it does.

    I don't know how I can say that any less "cryptic" or what additional words would help. Well, I added some anyway.