sub function { return 8 } my $a = eval(function) / 4; print $a; [download]
In reply to Re: Unexpected parser error by siva kumar in thread Unexpected parser error by saintmike