Help for this page

Select Code to Download


  1. or download this
    my $foo = Foo->new;
    
    ...
    sub new { return bless {}, shift; }
    
    1;
    
  2. or download this
    bar
    Can't locate object method "bar" via package "Foo" at foo.pl line 9.