Help for this page

Select Code to Download


  1. or download this
    ---                                
    Objects:                           
    ...
          - Contains:                  
              name: Employee           
              count: many
    
  2. or download this
    { @attrlist = keys %attrs; '' }
    
    ...
    \}   
    1;
    
  3. or download this
    use YAML;
    use Text::Template;
    ...
       my $out = $text->fill_in();  
       print $out;
    }
    
  4. or download this
    package Employee;
    
    ...
       }
    }
    1;