in reply to chaining callbacks
$self -> {CALLBACK} = sub { my $self = shift; my $default = shift; my @args = @_; ( "arg condition here" ) and return $default -> (@args); ... } [download]
One world, one people