PERL CODE SNIPPETS

tail recursion

@_ = ($arg1, $arg2, ...);

goto &method;