On Fri, Jul 06, 2001 at 08:25:18AM -0700, Neil Watkiss wrote:
> Hi Jim,
>
> I don't know about the community, but I prefer this method:
>
> perl -MInline=noclean script.pl
The most common idiom I use to check out the build dir is:
perl -MInline=info,force,noclean script.pl
This tells you the pathname of the build dir, forces a recompile in case one isn't
needed, and turns off CLEAN_AFTER_BUILD. But TMTOWTDI.
Cheers, Brian
(Neil does this too. I was just expounding on his answer)
- keeping the build directory Jim Edwards
- Re: keeping the build directory Jim Edwards
- Re: keeping the build directory Neil Watkiss
- Brian Ingerson
