On Tue, Mar 30, 2004, Robert Collins wrote:
> Are you sure? env --help suggests that it doesn't.

Fairly sure. Google suggests it does. Compare

$ perl test.pl
Hello world

and

$ ./test.pl
/usr/bin/env: perl -w: No such file or directory

with the attached file.

-Mary
#!/usr/bin/env perl -w
print "Hello world\n";
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to