Help for this page

Select Code to Download


  1. or download this
    $o->Names(10) = 10;
    print @{$o->Names} . " elements";
    
  2. or download this
    package Utils::Properties;
    
    ...
    
    
    1;
    
  3. or download this
    package SuperTags::Tag;
    
    ...
    
         $this->levels = shift;
    }