The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?php
include 'Somefile';

const CONSTANT1 = 1;
const CONSTANT2 = 2;

if ($something) {
    echo 'hi';
}

$var = myFunction();
print_r($var);
echo $object->define();
echo $object -> define();