Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!noao!ncar!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: Default actions for %SIG Message-ID: <11683@jpl-devvax.JPL.NASA.GOV> Date: 5 Mar 91 18:14:44 GMT References: Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Distribution: comp Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 7 In article victor@ibm.com writes: : Where is there a list of the default actions for %SIG? I couldn't : find it either in "Programming Perl" or in the man page. That's somewhat OS dependent. Try "man 2 signal", or maybe "man 3 signal". Larry