perl 5.10.0 MSWin32-x86-multi-thread (strawberry perl).#!/usr/bin/perl use warnings; use strict; my @lines; { $SIG{INT} = 'IGNORE'; @lines = <STDIN>; } print "You entered: " . join("", @lines)
In reply to Re: Is the signal handler supposed to work like this?
by jbert
in thread Is the signal handler supposed to work like this?
by dpmott
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |