Help for this page
$foo = $bar; if( $foo ) { ...
#!/usr/bin/perl use strict; ... if ($foo = $bar) { print "foo is bar two too\n"; }
Found = in conditional, should be == at ./tpl line 8. foo is 2 foo is bar two too