Help for this page

Select Code to Download


  1. or download this
    my $object = Foo->new('admin');
  2. or download this
    sub change_config
    {
      my $self = shift();
      return unless $self->{status} ne 'admin';
      ...
    }