Help for this page

Select Code to Download


  1. or download this
                         /-----------\
                         |  Company  |
    ...
                        /-------------\
                        | AcmeLtd::IT |
                        \-------------/
    
  2. or download this
    Company->new->run
          
    ...
    
    (inside Company::run)
    call the processing method of the object instantiated above
    
  3. or download this
    Company->new->run
          
    ...
    
    (inside AcmeLtd::run)
    AcmeLtd::IT->new->run
    
  4. or download this
    Company->new->run
          
    ...
    
    (inside same, reblessed object)
    call newly available processing method