Help for this page

Select Code to Download


  1. or download this
    use My::Types qw[typeA typeB typeZZY];
    
  2. or download this
    use My::Type::typeA;
    use My::Type::typeB;
    use My::Type::typeC;
    
  3. or download this
    use My::Types::Factory;
    
    ...
    my $varTypeB = $typeB->new();
    my $varTypeZZY = $type->new();