Help for this page

Select Code to Download


  1. or download this
    # We need Proc::ProcessTable to work properly.  If it's not available,
    # then we act like Perl's builtin kill() command.
    
  2. or download this
    Can't call method "ExecuteCommand" on an undefined value at D:\...\exe
    +c.pl line 1.
    
  3. or download this
    use Tk;
    use Tk::ExecuteCommand;
    ...
     $ec->update;
    
    MainLoop;