Penguin

Differences between current version and predecessor to the previous major change of perlform(1).

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, June 4, 2002 12:22:34 am by perry
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:22:34 am by perry Revert
@@ -198,12 +198,12 @@
  
  use English; 
 $ofh = select(OUTF); 
 $FORMAT_NAME = 
-But you still have those funny ''select()''s. So just use the FileHandle module. Now, you can access these special variables using lowercase method names instead: 
+But you still have those funny ''select()''s. So just use the ! FileHandle module. Now, you can access these special variables using lowercase method names instead: 
  
  
- use FileHandle; 
+ use ! FileHandle; 
 format_name OUTF 
 Much better! 
 !!NOTES 
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.