Help for this page

Select Code to Download


  1. or download this
    
    sub runQueries
    ...
        $sth->execute() or return $DBI::errstr;
        return "Success";
    }
    
  2. or download this
    
    Tkx::package_require("style");
    ...
            -title => "Tip of the Day",
            -message => "Please be nice!",
        );
    
  3. or download this
    #Start the GUI loop
    Tkx::MainLoop();