on 4/9/02 10:47 PM, [EMAIL PROTECTED] purportedly said:
> At 20:37 -0600 2002.04.09, Keary Suska wrote:
>> Test case:
>>
>> __BEGIN__
>> print "Enter string: ";
>> $string = <>;
>> print $string;
>> __END__
>>
>> 1. close output window.
>> 2. Now you are SOL. MacPerl can only be shut down with
Also, closing the output window is not a necessary part of triggering the
bug. However, if the output window is open, and you hit ctrl-d, the script
will abort normally. But if you have closed the output window, you do not
have this option to abort. You are stuck.
Sorry, I forgot to include this
What Chris has said goes for me, too. I cannot close the output window.
The "file" menu blinks and it just goes back to whatever it was doing.
The three fingered salute kills everything, just like it is supposed
to...
Keary Suska wrote:
>
> Also, closing the output window is not a necessary part
Oh...
Well, I would liken this to going to the doctor because it hurts when
you raise your arm. S/He will likely tell you to stop raising your
arm...
Keary Suska wrote:
>
> 5.6.1r1. But I forgot one critical element: you have to hit cmd-. before
> attempting to close the output window. MacPerl
At 14:13 -0600 2002.04.10, Keary Suska wrote:
>Also, closing the output window is not a necessary part of triggering the
>bug. However, if the output window is open, and you hit ctrl-d, the script
>will abort normally. But if you have closed the output window, you do not
>have this option to abort
At 14|30 -0400 2002/04/09, Chris Nandor wrote:
>At 18:29 +0200 2002.04.09, Bart Lateur wrote:
>>On Tue, 9 Apr 2002 10:09:44 -0400, Chris Nandor wrote:
>>>What I would prefer is a separate module that would get called first, so
>>>you could do something like:
>>>
>>> #!/usr/bin/perl
>>> use
At 00:10 +0100 2002.04.11, p kent wrote:
>But that requires that the writer insert this Mac-specific line in all
>their scripts, which is an effort that thousands of people need to make.
Yes. But I most likely won't include your changes in the standard version
of the module, because I am not goi