Jordan DeLong <[EMAIL PROTECTED]> writes: > Seems that neither symlink nor redirector is neccesary; portable > perl shebangs use #!/usr/bin/env perl to search $PATH for it, and > if the local sysadmin wants they can make a symlink.
Most Perl scripts use '#!/usr/bin/perl'; also, using a redirector has the very nice side effect of clobbering the old Perl binary. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message