perlhack.pod typos [PATCH]
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

pod/perlhack.pod

index 2750e9e..75d9241 100644 (file)
@@ -1950,12 +1950,12 @@ If you plan to use the "Viewer" windows, then you only need this option:
 
 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