in reply to Re^2: print to a filehandle
in thread print to a filehandle
Think of them all as blocks returning a value (the block { $h } is returning a hashref, which is then dereferenced by %); this particular instance just happens to be un-sigiled because you don't normally need a sigil on the filehandle slot argument anyhow.
|
|---|