in reply to "indir" in shebang line

Nothing important :)

https://perl5.git.perl.org/perl.git/blob/e4c924d2eed0ac25e00e510c6a18d3a562019c28:/toke.c#l5521

perl shebang indir

If I recall correctly, 'indir' was a program designed to indirectly execute other programs. My recollection is that it was supposed to be particularly useful in setuid situations where the OS didn't natively provide you much help, and/or perhaps in situations where the OS kernel limited you to 32 character command lines.

Replies are listed 'Best First'.
Re^2: "indir" in shebang line
by ForgotPasswordAgain (Vicar) on Nov 21, 2017 at 22:20 UTC
    Thanks, the p5p link is what I was looking for.