in reply to wrapper script to conditionally exec different perls?

Doh! I meant to say that /usr/bin/perl is *ahead* of /path/to/perlY (which is in /usr/local) in the shell $PATH, and that's how we want it.

  • Comment on Re: wrapper script to conditionally exec different perls?

Replies are listed 'Best First'.
Re^2: wrapper script to conditionally exec different perls?
by Anonymous Monk on Feb 15, 2012 at 18:59 UTC
    ??#!/usr/bin/env perl ...