This page was saved using WebZIP 6.0.7.915 on 05/18/04 5:22:40 PM.
Address: http://perl.hamtech.net/advprog/appb_10.htm
Title: [Appendix B] B.10 Filehandles, Formats  •  Size: 3987  •  Last Modified: Wed, 22 Nov 2000 18:26:53 GMT

Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: B.9 TypeglobsAppendix B
Syntax Summary
 
 

B.10 Filehandles, Formats

There are no direct ways of assigning filehandles or formats, passing them as parameters to subroutines, storing them in data structures, or localizing them. Instead, use the corresponding typeglobs.


Previous: B.9 TypeglobsAdvanced Perl Programming 
B.9 TypeglobsBook Index