http://qs321.pair.com?node_id=988056


in reply to Re^2: Calling Control-C in linux - Perl equivalent
in thread Calling Control-C in linux - Perl equivalent

use POSIX; say POSIX::SIGINT;
You seem to be trying to include the module POSIX::SIGINT, that is not what you want to do.