signal on windows2000

S.Yoshida vzy03312@ha.bekkoame.ne.jp
Mon Oct 16 11:44:00 GMT 2000


% cat ed.pl

$SIG{WINCH} = \&handler;

sub handler($) {
		print("SIG$_[0] CAUGHT!\n");
}

while( <STDIN> ) {
		print;
}

% perl ed.pl

ALT+Enter
ALT+Enter
ALT+Enter
ALT+Enter

perl **************couldn't send signal 28

-- 
Best Regards,
S.Yoshida vzy03312@ha.bekkoame.ne.jp

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list