Help for this page

Select Code to Download


  1. or download this
    package GreetFactory;
    use strict; use warnings;
    ...
        return $class->new(@_);
    }
    1;
    
  2. or download this
    package GreetFactory;
    use strict; use warnings;
    ...
        return $class->new(@_);
    }
    1;