The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php
$newfunc = create_function('$a,$b', 'return "ln($a) + ln($b) = " . log($a * $b);');
print 'hi';
print($var);
if (is_null($blah) === TRUE) {
}

class Test
{
    const DELETE = 'delete';
}
?>