lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On Jun 28, 2007, at 23:12, Mike Pall wrote:

PA wrote:
HTTP[ '/hello(.*)' ] = function( aName ) return 'hello ' .. ( aName or
'world' ) .. '!' end

http://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/