develooper Front page | perl.perl5.porters | Postings from May 2010

Re: [perl #75052] docs perlfunc system() and SIGINT

Thread Previous | Thread Next
From:
David Golden
Date:
May 11, 2010 20:52
Subject:
Re: [perl #75052] docs perlfunc system() and SIGINT
Message ID:
AANLkTinM_G4RxdHoTJ-XtyqpFuinfkuM0IPxSVD_MxPz@mail.gmail.com
On Tue, May 11, 2010 at 6:15 PM, Kevin Ryde <perlbug-followup@perl.org> wrote:
>    Run a program or a shell command and return its exit status.
>    C<SIGINT> and C<SIGQUIT> act on the child but are ignored by the
>    Perl parent.  The parameters are the same as for C<exec LIST>.
>    Note that argument processing varies depending on the number of
>    arguments ...

There are some subtle portability issues in that statement, since
Win32 emulates the signals and a CTRL-C sends a signal that reaches
all processes attached to the console, including the parent.

-- David

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About