Help for this page

Select Code to Download


  1. or download this
        use strict;
        use Class::Prototyped ':EZACCESS';
    ...
                     print "I'm just a WILD AND CRAZY GUY!\n";
                   }
        );
    
  2. or download this
    'hello!' => sub {
      my $self = shift;
    ...
      $mirror->super(@args_to_dad_hello);
      my code here;
    }