Help for this page
use IO::File; my @list = map { IO::File->new($_) or die("ack: $!") } @ARGV;
sub Foo::new { bless {}, shift } sub Foo::get_bar { ... __output__ Foo::Bar=HASH(0x80fbc2c)