Help for this page

Select Code to Download


  1. or download this
    package Super::Cool::Perl5_006;
    
    # The most basic implementation
    
  2. or download this
    package Super::Cool::Perl5_008;
    use Super::Cool::Perl5_006; # First import all the stuff from 5_006
    
    # and overwrite some of the newer stuff
    
  3. or download this
    
    package Super::Cool::Perl5_010;
    ...
    
    # Not totally basic implementation