http://qs321.pair.com?node_id=11118757


in reply to Re: Is there a problem with using barewords as filehandles ?
in thread Is there a problem with using barewords as filehandles ?

> Bareword filehandles are essentially global

Sorry for nitpicking but they are package variables not full globals.

Conflicts can be avoided with proper use of package directives.

Special variables are real globals, they are available everywhere but always belong to main:: package (IIRC)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery