Posted to tcl by patthoyts at Sun Apr 09 13:27:36 GMT 2006view raw

  1. loading history file ... 200 events added
  2. buffer line limit: 512 max line length: unlimited
  3. Main console display active (Tcl8.4.11 / Tk8.4.11)
  4. (pat) 201 % package require ncgi
  5. 1.3
  6. (pat) 202 % ncgi::reset code=1144494385&user=xyzzy&title=yyzzx&data=zzyyx
  7. (pat) 203 % ncgi::value code
  8. (pat) 204 % ncgi::input code=1144494385&user=xyzzy&title=yyzzx&data=zzyyx
  9. code user title data
  10. (pat) 205 % ncgi::value code
  11. 1144494385
  12. (pat) 206 % ncgi::reset ; ncgi::input code=2144494385&user=xyzzy&title=yyzzx&data=zzyyx
  13. code user title data
  14. (pat) 207 % ncgi::value code
  15. 2144494385
  16. (pat) 208 %

Comments

Posted by rmax at Mon Apr 10 21:51:27 GMT 2006 [text] [code]

This is my comment