Re: [PATCH] Start revamping perlipc.pod

2010-09-14 Thread Jacinta Richardson
Shlomi Fish wrote: -if ($@ and $@ !~ /alarm clock restart/) { die } + +if ($@ and $@ !~ /alarm clock restart/) { die; } Since you're touching this anyway adding a message to the die would be useful. Doesn't it rethrow the exception as it is? die LIST

Re: [PATCH] Start revamping perlipc.pod

2010-09-05 Thread Shlomi Fish
On Sunday 05 September 2010 08:13:02 Jesse Vincent wrote: On Sun, Sep 05, 2010 at 08:03:41AM +0300, Shlomi Fish wrote: Hi all, Inspired by a message ot the perl documentation proejct, I started working on revamping perlipc.pod here: http://github.com/shlomif/perl/tree/perlipc-revamp

Re: [PATCH] Start revamping perlipc.pod

2010-09-05 Thread Ævar Arnfjörð Bjarmason
On Sun, Sep 5, 2010 at 15:01, Shlomi Fish shlo...@iglu.org.il wrote: On Sunday 05 September 2010 17:58:54 Shlomi Fish wrote: On Sunday 05 September 2010 08:13:02 Jesse Vincent wrote: On Sun, Sep 05, 2010 at 08:03:41AM +0300, Shlomi Fish wrote: Hi all, Inspired by a message ot the perl