cvs commit: mod_parrot/eg demo2.pasm
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 02/05/22 20:23:35
Added: eg demo2.pasm
Log:
Demonstrates using the Apache PMC
Revision Changes Path
1.1 mod_parrot/eg/demo2.pasm
Index: demo2.pasm
===================================================================
new P0,Apache
get_keyed S0,P0,"get"
set_keyed P0,"print",S0
set_keyed P0,"print","hello again"
print P0
end