|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re: the try/catch example from "Programming Perl" analyzedby ambrus (Abbot) |
| on Aug 23, 2004 at 10:09 UTC ( #385038=note: print w/ replies, xml ) | Need Help?? |
|
As trammell has noted, the prototype of try should be (&$), not (*&$), I guess that's only a typo but it has confused me very much when I've read it. Also, that code is also listed in perldoc perlsub (of perl 5.8.2), I'm not sure which one copied from the other. From perlsub:
In Section
Meditations
|
|
||||||||||||||||||||||