summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/modules/lua/hello2.lua
blob: 2a4b16f8d165587688e7384b4effcafcd9cb075a (plain)
1
2
3
4
function handle(r)
    r.content_type = "text/plain"
    r:puts("other lua handler\n")
end