ljr/bml/test/codeblocks/complex1.bml

16 lines
205 B
Plaintext
Executable File

<?_code
sub some_function { return "This is from the first codeblock"; }
$package = __PACKAGE__;
return "Returning from the first codeblock.";
_code?>
<?_code
$package->some_function();
_code?>