Help for this page

Select Code to Download


  1. or download this
    class Foo {
      my method bar {...}
    }
    
  2. or download this
    sub bar {
      croak "Oi! You're not a foo!" unless $_[0]->isa(__PACKAGE__);
    }