Re: holy ravenous bugblatter beast of traal!

2003-11-29 Thread drieux
On Nov 29, 2003, at 8:28 AM, Steve Grazzini wrote: [..] Maybe this is a quirk of the OS X Perl configuration? Your code works for me on Linux (5.8.0 and 5.8.1) but not OS X (10.2.6/5.8.0). [..] Steve, Thanks! Duh! I just had that decaf moment. And hauled it off to meatbop where I have This is

Re: holy ravenous bugblatter beast of traal!

2003-11-29 Thread Steve Grazzini
On Fri, Nov 28, 2003 at 11:49:25PM -0800, drieux wrote: > has anyone else bumped heads with the 5.8.1 perlio layer where > the old school tie > > chomp(my $line = ); > > now pops out if a sig handler is called on a signal, such as > SIG_CHLD??? This looks like the new "safe signals" featur

holy ravenous bugblatter beast of traal!

2003-11-29 Thread drieux
volks, has anyone else bumped heads with the 5.8.1 perlio layer where the old school tie chomp(my $line = ); now pops out if a sig handler is called on a signal, such as SIG_CHLD??? I just did the upgrade and got bitten with that silly demo code about doing command line arguments. Since right be