aremy $fh = $self->{fh}; print $fh "Hello world\n";
andprint { $self->{fh} } "Hello world\n";
use IO::Handle qw( ); $self->{fh}->print("Hello world\n");
In reply to Re^2: How to open() something in a hash?
by ikegami
in thread How to open() something in a hash?
by jh-
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |