On Thu, 7 Feb 2002, Stephen Adkins wrote: > Hi, > > How do you all handle the fact that some scripts in your > distribution need a > > #!/usr/local/bin/perl -wT > > with a hard-coded path?
take a look at what lwp does with the scripts it installs. it uses makemaker to generate them.
