Richard Clamp wrote: > This was causing all sorts of aggravation, then I remembered env(1). > > Top Tip for the day: > #!/usr/bin/env perl5.6.1 -w > > Saves constant tweaking when moving between boxes, which was nice.
Heh :) (Though that requires fully versioned Perl executables to be lying around in your $PATH; I'm not sure whether that's always the case.) I believe this (the env thingy) is also the semi-official Python shebang format. Cheers, Philip -- Philip Newton <[EMAIL PROTECTED]> All opinions are my own, not my employer's. If you're not part of the solution, you're part of the precipitate.
