in reply to Terminal Window Title Text Stringy Bouncer Thingy.

You're giving Perl and me a very bad name this way ;)

2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

Replies are listed 'Best First'.
Re: Re: Terminal Window Title Text Stringy Bouncer Thingy.
by gellyfish (Monsignor) on Feb 04, 2002 at 13:39 UTC
    2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$

    Fortunately this behaviour has been fixed in perl 5.7.2 :)

    [gellyfish@orpheus gellyfish]$ perl5.7.2 -e'undef christmas' Can't modify constant item in undef operator at -e line 1, at EOF Execution of -e aborted due to compilation errors.

    /j\