Changes between Version 38 and Version 39 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
01/02/09 01:05:20 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v38 v39  
    356356mod_parrot can tie Parrot I/O operations on standard input and output to an Apache request, emulating CGI behavior.  This is useful when you either don't want to expose the Apache API to the language, or the language lacks the features to support it (i.e. no objects). 
    357357 
    358 To tie a request to stdin or stdout, use the {{{stdin}}} and {{{stdout}}} methods of {{{ModParrot;Interpreter}}}. 
     358To tie a request to stdin or stdout, use the {{{stdin}}} and {{{stdout}}} methods of the {{{ModParrot;Interpreter}}} object, which you can get from the context or by instantiating a new {{{ModParrot;Interpreter}}} object. 
    359359 
    360360 * {{{PMC stdin(PMC handle)}}}