The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::Magpie::l33t - example child class of Acme::Magpie

SYNOPSIS

 use Acme::Magpie::l33t;

 sub f00 { print "we r00lz" };
 f00(); # program breaks

DESCRIPTION

This is an example of subclassing Acme::Magpie, and is so better documented there.

SEE ALSO

Acme::Magpie

AUTHOR

Richard Clamp <richardc@unixbeard.net>, original idea by Tom Hukins

COPYRIGHT

       Copyright (C) 2002 Richard Clamp.
       All Rights Reserved.

       This module is free software; you can redistribute it
       and/or modify it under the same terms as Perl itself.