Thread Referenz auf FILEHANDLE oder Global (10 answers)
Opened by Karsten42 at 2018-04-27 11:09

Linuxer
 2018-04-27 15:06
#188310 #188310
User since
2006-01-27
3890 Artikel
HausmeisterIn

user image
Hi,

aus Perldoc:perltie Tying-FileHandles:

perldoc perltie
When tying a handle, the first argument to tie should begin with an asterisk. So, if you are tying STDOUT, use *STDOUT . If you have assigned it to a scalar variable, say $handle , use *$handle . tie $handle ties the scalar variable $handle , not the handle inside it.
meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen!

View full thread Referenz auf FILEHANDLE oder Global