J
J Krugman
I've seen code that starts with the line
#!perl
but when I try the same thing myself, I get a 'bad interpreter'
error. And yet, something like this:
% perl -le 'print "hello"'
works perfectly. What do I have to do to use #!perl (instead of
a fully qualified path) as my shebang line?
TIA!
jill
#!perl
but when I try the same thing myself, I get a 'bad interpreter'
error. And yet, something like this:
% perl -le 'print "hello"'
works perfectly. What do I have to do to use #!perl (instead of
a fully qualified path) as my shebang line?
TIA!
jill