Help for this page
# off hand code ... unless @_ <= 1 and DEBUG; return "Hello " . ( $_[0] or "world" ) ."."; }
function: name: make_greeting ... languages: perl type: string perl: return "Hello " . ( $_[0] or "world" ) .".";