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

class ExampleClass
{
	function exampleFunction() {}

}

	$o = <<<EOF
	this is some text
	this is some text
EOF;

    $correctVar = true;
	$correctVar = false;

?>