Differences between current version and previous revision of perlform(1).
Other diffs: Previous Major 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