Help for this page

Select Code to Download


  1. or download this
    package DuckInterface;
    use Carp;
    ...
      }
    
      1;
    
  2. or download this
    package RedDuck;
    use DuckInterface;
    ...
    sub fly {
      "I fly like a red duck, and DuckInterface guarantees I do!";
    }