Help for this page

Select Code to Download


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