Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

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

by Freezer (Sexton)
on Aug 17, 2012 at 17:06 UTC ( [id://988031]=note: print w/replies, xml ) Need Help??


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

I am struggling to use SIGINT. Because when I try to install it cpan says that it came with the dist. and that force install would have to be used. However when I try to run the program:
Can't locate POSIX/SIGINT.pm in @INC (@INC contains:

Replies are listed 'Best First'.
Re^3: Calling Control-C in linux - Perl equivalent
by lidden (Curate) on Aug 17, 2012 at 17:57 UTC
    use POSIX; say POSIX::SIGINT;
    You seem to be trying to include the module POSIX::SIGINT, that is not what you want to do.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://988031]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-20 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found