NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
GOTO (Score:2)
Used well and appropriately goto is a blessing.
Re:GOTO (Score:2)
In this case it seems to be used for a rudimentary exception handling routine. I would have definitely handled this with real exceptions (PL/SQL is the language where I first learned what exceptions were, although Java is the language where I learned to like them. Wait! Don't hit me!) or with conditional logic, but after getting to the point where I understand what the program is doing, I have to say it really isn't too bad of a problem.
This morning's post was just a snapshot of me in panic mode as I d
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers