in reply to Re: About the opcodes of Perl
in thread About the opcodes of Perl
Hah,I missed that...
I also found that RETURN alone does something similar:
#define RETURN return (PUTBACK, NORMAL)
Why perl uses so many different ways to do the same thing?
The version I download is 5.14.1,which may not be the newest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: About the opcodes of Perl
by ikegami (Patriarch) on Sep 02, 2011 at 09:59 UTC | |
|
Re^3: About the opcodes of Perl
by Anonymous Monk on Sep 02, 2011 at 09:50 UTC |