holy ravenous bugblatter beast of traal!

From: Drieux (drieux_at_wetware.com)
Date: 11/29/03

  • Next message: Steve Grazzini: "Re: holy ravenous bugblatter beast of traal!"
    Date: Fri, 28 Nov 2003 23:49:25 -0800
    To: Perl Perl <beginners@perl.org>, macosx@perl.org
    
    

    volks,

    has anyone else bumped heads with the 5.8.1
    perlio layer where the old school tie

            chomp(my $line = <STDIN>);

    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
    before the upgrade the code did what I
    expected it to do under 5.6.1 and then
    afterwards it was popping out of it and
    whining about a chomp on an un-initialized
    variable, yada-yada-yada...

    So that command line demo code has come
    around to be usefuler than merely the expected
    intellectual amusement.

    <http://www.wetware.com/drieux/pbl/Sys/gen_sym_big_dog.txt>

    ciao
    drieux

    ---
    cf:
    <http://www.wetware.com/drieux/PR/blog2/Code/200311.html#id3152907788>
    

  • Next message: Steve Grazzini: "Re: holy ravenous bugblatter beast of traal!"