Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[ macperl-Bugs-636926 ] Quit And Abort Doesn't.

1 view
Skip to first unread message

nor...@sourceforge.net

unread,
Nov 11, 2002, 10:02:29 PM11/11/02
to nor...@sourceforge.net
Bugs item #636926, was opened at 2002-11-12 14:02
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107940&aid=636926&group_id=7940

Category: MacPerl Application
Group: Release 5.6.1r*
Status: Open
Resolution: None
Priority: 5
Submitted By: John (hostile17)
Assigned to: Nobody/Anonymous (nobody)
Summary: Quit And Abort Doesn't.

Initial Comment:
I have a script which runs in a loop like:

while($finish !=1){
[print some stuff]
[wait for STDIN to $input]
if($input eq "q\n"){
$finish = 1;
} else {
[do something else]
}
}

and the *only* way it can be quit is by typing q.

It can't be aborted with Command-period: MacPerl
contiunes to run and has to be force-quit.

If MacPerl is quit with the script still running, the
same happens: the "Quit (and abort current Perl
script)?" dialog comes up, but it doesn't quit and it
doesn't abort.

Is this a bug? Apologies if it isn't, or if this has
been mentioned. I can't see it in the current list.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107940&aid=636926&group_id=7940

0 new messages