Help for this page

Select Code to Download


  1. or download this
      my_mod::cat();
    
  2. or download this
      my $kitten = new my_mod;
    
      $kitten->cat(); # No need to qualify - $kitten already has access to
    + the my_mod namespace.