Re: [perl #21508] [PATCH] more sun4 jit changes

2003-03-08 Thread Leopold Toetsch
Jason Gloudon (via RT) wrote: # New Ticket Created by Jason Gloudon # Please include the string: [perl #21508] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=21508 > Thanks, applied. Some of the new ops are commented out

Re: signal/slot like mechanism

2003-03-08 Thread Yannick Le Saint
On Friday 07 March 2003 11:34, Luke Palmer wrote: > > Hi guys, i was just wondering if some notification mechanism ( > > signal/slot alike ) was planned in perl 6, like they already are in > > glib and qt ? > > class Signal { > has @.dest; > > method emit($code) { $code($_) for @.dest