Help for this page

Select Code to Download


  1. or download this
    use Disney::Animation::Animal::Mouse::WithGloves(
        \my $Mickey );
    # ...
    my $logo= $Mickey->new( "Smiling" );
    
  2. or download this
    sub import {
        my( $us, $ref )= @_;
        $$ref= $us   if  ref($ref);
    }