Help for this page

Select Code to Download


  1. or download this
    @EXPORT = qw(hello HELLO GOODBYE);
    
  2. or download this
        print SPEAK::ITALIAN::GOODBYE . " in Italiano\n";
    
  3. or download this
    package SPEAK::ITALIAN;
    use strict;
    ...
    
    $obj->hello();
    $obj->goodbye();