![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re^7: Regarding STDOUT and indirect object notation for printby jwkrahn (Monsignor) |
on Dec 30, 2009 at 00:22 UTC ( #814849=note: print w/replies, xml ) | Need Help?? |
So, STDOUT is a glob? Of what? My understanding of globs is it's a bunch of filenames, which you can then iterate over to open, close, test, etc. Is that wrong too? STDOUT is a Perl type glob, not a file glob. A type glob is related to Perl's built-in and package variables.
In Section
Seekers of Perl Wisdom
|
|