print FH $foo; #### use IO::Handle; $files{$self->{_filetype}}->print($entry); #### print { $files{$self->{_filetype}} } $entry; #### do BLOCK -> method(LIST); method BLOCK LIST;