Help for this page

Select Code to Download


  1. or download this
    sub do_something { ... }
    sub do_something_else { ... }
    ...
    $tw->Insert($result);
    $result = do_something_else;
    $tw->Insert($result);
    
  2. or download this
    $tw->Contents($textToDisplay);