Help for this page

Select Code to Download


  1. or download this
        *HSP::echo = sub {
            do something other than it normally would
        };
    
  2. or download this
        sub echo : protected {
            do something
        }