in reply to Unexpected parser error

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^2: Unexpected parser error
by merlyn (Sage) on Feb 22, 2007 at 09:39 UTC
    No, don't try that.
    $ perl sub function { return "warn 'broken'" } my $a = eval(function) / 4; ^D broken at (eval 1) line 1.
    Also, don't use my with $a or $b.