|
On Jun 28, 2007, at 23:12, Mike Pall wrote:
PA wrote:HTTP[ '/hello(.*)' ] = function( aName ) return 'hello ' .. ( aName or 'world' ) .. '!' endhttp://en.wikipedia.org/wiki/Cross-site_scripting#Type_1 (Yes, I know, this is not production code, but ...)
Indeed not... just attempting to have a 'hello world' example as short, if not shorter, than webpy :)
http://webpy.org/