Help for this page

Select Code to Download


  1. or download this
    package Plugin;
    ...
    ...
    sub processes {
        return qw/Foo/; # this module's process method likes objects which
    + isa Foo.
    }
    
  2. or download this
    sub process {
        my $self = shift;
    ...
            }
        }
    }
    
  3. or download this
    package Plugin;
    
    ...
        my $self = shift;
        my $foo = shift;
    }