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
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