in reply to Re: run-time syntax checking
in thread run-time syntax checking
Some more thought is required, as one could pass
as $code.} do nasty stuff; ... my $foo = <<"}";
This way, one could close the sub, execute whatever and keep the syntax correct by using the outer } as heredoc terminator.
Antonio
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: run-time syntax checking
by diotalevi (Canon) on Jan 31, 2003 at 19:49 UTC |