Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    sub new {
      return bless {}, shift;
    }
    
  2. or download this
    <%init>
      use Foo;
    </%init>
    
    % print Foo->bar();