Help for this page

Select Code to Download


  1. or download this
    foreach my $callback (@callbacks) {
        (ref($callback) eq "CODE") || die "$callback is not a code ref";
    ...
            die "callback did something funky to args";
        }
    }