The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
function f = foo(x)

f = x^2 + 1;

return;