Help for this page

Select Code to Download


  1. or download this
    package main;
    *Donkey::sound = sub { (shift)–>next::method(@_) };
    
  2. or download this
    use Sub::Name qw(subname);
    *Donkey::sound =
    subname 'Donkey::sound' => sub { (shift)–>next::method(@_) };