in reply to
the try/catch example from "Programming Perl" analyzed
Code should read:
sub try (&$) { ...
[download]
In my version of Programming Perl (3rd Ed.) this is on pp. 227-8.
Comment on
Re: the try/catch example from "Programming Perl" analyzed
Download
Code
In Section
Meditations