Larry Wall <[EMAIL PROTECTED]> wrote: > Assuming we > rehuffmanize "kill" to "sendsignal" or some such, we have:
"signal" is a verb as well as a noun.
sub alarm ($secs) {
{ signal $*PID, Signal::ALARM }.cue(:delay($secs));
}
It even reads pretty nicely: "signal 4242".
--
Brent 'Dax' Royal-Gordon <[EMAIL PROTECTED]>
Perl and Parrot hacker
"I used to have a life, but I liked mail-reading so much better."
