Help for this page

Select Code to Download


  1. or download this
    use Foo;
    
    ...
    }
    
    $x = new Foo();
    
  2. or download this
    package Foo;
    
    ...
       return bless { a => 1 }, shift;
    }
    1;