Thread
Syntax bei Filehandle als Hashref
(17 answers)
Opened by
bianca
at
2012-07-06 18:55
rosti
2012-07-06 20:14
User since
2011-03-19
3505 Artikel
BenutzerIn
Code (perl): (
dl
)
1
2
use
IO
::
File
;
my
$main
=
{
FH
=>
IO
::
File
->
new
}
;
# FileHandle in Hashref
Ganz einfach ;)
View full thread
Syntax bei Filehandle als Hashref