This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

signal on windows2000


% 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]