|
|
| Problems? Is your data what you think it is? | |
| PerlMonks |
Re: eval and goto: no worky?by ikegami (Patriarch) |
| on Nov 09, 2010 at 22:57 UTC ( [id://870424]=note: print w/replies, xml ) | Need Help?? |
|
Perl tells you "Can't goto subroutine from an eval-block". You ask Perl to catch errors, then you ask Perl to replace the currently running function with another, but it can't continue to catch errors if it's no longer running. Given conflicting instructions, Perl lets you know you have something to fix. Update: Substituted the explanation with a much clearer version.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||