John P. Linderman [Tue, 14 May 2002 12:31:21 +0000 (08:31 -0400)]
From: "John P. Linderman" <jpl@research.att.com>
Message-ID: <
200205141631.MAA79121@raptor.research.att.com>
p4raw-id: //depot/perl@16597
In Bourne-type shells:
- PURIFY_OPTIONS="..."
- export PURIFY_OPTIONS
+ PURIFYOPTIONS="..."
+ export PURIFYOPTIONS
or if you have the "env" utility:
- env PURIFY_OPTIONS="..." ../pureperl ...
+ env PURIFYOPTIONS="..." ../pureperl ...
=head2 Purify on NT