
bulk88 at hotmail
Jul 15, 2012, 5:50 PM
Post #2 of 2
(40 views)
Permalink
|
|
RE: [PATCH] fix (m)XPUSH* usage in perlxstut
[In reply to]
|
|
---------------------------------------- > From: ss5 [at] renormalist > To: perl5-porters [at] perl > Subject: [PATCH] fix (m)XPUSH* usage in perlxstut > Date: Mon, 2 Jul 2012 15:27:11 +0100 > > Hi! > > I found that XPUSH in perlxstut does not work as introduced. I > investigated a bit and according to git history it seems mXPUSH* is the > suggested way of doing it, since about d82b684c (2004, Steve Hay). > > Attached patch fixes perlxstut example code and prose. > > I actually tried the broken and the fixed code to verify the fix really > works. > > Disclaimer: I'm new in this area, so still I might be wrong. > > Kind regards, > Steffen > -- > Steffen Schwigon <ss5 [at] renormalist> > Dresden Perl Mongers <http://dresden-pm.org/> All those *XPUSH*es are terribly large machine code. One EXTEND please.
|