http://qs1969.pair.com?node_id=468508


in reply to Re^2: /usr/bin/perl -w?
in thread /usr/bin/perl -w?

Some people take the approach of creating a "/usr/bin/perl\r" link to /usr/bin/perl :)

Replies are listed 'Best First'.
Re^4: /usr/bin/perl -w?
by jhourcle (Prior) on Jun 21, 2005 at 00:32 UTC

    That works when you're root. It doesn't work when you're just an average user.

    Even as root on multi-user systems, I'd rather not give the users training wheels, as it teaches them to be sloppy, and to learn to do things wrong. (Like when I had to explain to someone that 'rm *' doesn't prompt you for which files to delete on every unix system... but the sysadmin on the system they learned had aliased 'rm' to 'rm -i')