start page | rating of books | rating of authors | reviews | copyrights

Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: B.9 Typeglobs Appendix 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 Typeglobs Advanced Perl Programming  
B.9 Typeglobs Book Index