Help for this page

Select Code to Download


  1. or download this
    sub makeUserSelectedObjectDance {
       # ENVIRONMENT DEPENDENT!!!
    ...
       $oDancer->dance();
       return $oSomething;
    }
    
  2. or download this
    sub applyUserSelectedActionToUserSelectedTarget {
       # ENVIRONMENT DEPENDENT!!! - relative to codebase size and contents
    ...
       $oSomething->$crMethod();
       return $oSomething;
    }