Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $output->insert("end", $results);
        $output->see("end");
        $mw->update();
    
  2. or download this
    TIED INTERFACE
    
    ...
     printf "pi ~= %1.5f", acos(-1.0);
    
     MainLoop;