Re: [perl #27418] object __init bug: end op does not work

2004-03-07 Thread Dan Sugalski
At 5:29 PM -0800 3/4/04, Jens Rieks (via RT) wrote: # New Ticket Created by Jens Rieks # Please include the string: [perl #27418] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27418 > Hi, the attached pasm code prints : A

Re: [perl #27418] object __init bug: end op does not work

2004-03-05 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > the attached pasm code prints >: A >: error! > instead of only "A" as expected. The "__init" code is run in its own run loop. This may (as in your example) have an "end" opcode, which is just the same as "invoke P1", i.e. a return from the "__init" subrouti

[perl #27418] object __init bug: end op does not work

2004-03-05 Thread via RT
# New Ticket Created by Jens Rieks # Please include the string: [perl #27418] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27418 > Hi, the attached pasm code prints : A : error! instead of only "A" as expected. jens