Help for this page
#!/usr/bin/perl ... __DATA__ <# { $a = 3; $b = 3; if ($a == $b) { "a=b"; } } #> <# { 4*3; } #>
a=b 12