Help for this page

Select Code to Download


  1. or download this
    package Monks;
    
    ...
    }
    
    1;
    
  2. or download this
    package Monks::Data;
    
    ...
    );
    
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print "Fur texture for Cats: ", $object->find_fur_texture('Cats'), "\n
    +";
    
    exit 0;
    
  4. or download this
    Checking if Cats are furry:
    Yes
    ...
    
    Fur texture for Cats: coarse