Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
                ...
            };
    };
    
  2. or download this
    sub class (&) {
        my ($sub) = @_;
    ...
    
        # Do some book-keeping in the caller's namespace.
    }
    
  3. or download this
    class 'Foo' is {
    };
    
  4. or download this
    sub is (&) { return @_ }