This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mention $? in backticks documentation
authorDoug Bell <madcityzen@gmail.com>
Tue, 24 Nov 2015 08:31:38 +0000 (02:31 -0600)
committerRicardo Signes <rjbs@cpan.org>
Mon, 7 Dec 2015 16:18:57 +0000 (11:18 -0500)
commit7cf4dd3e4ab14124f5e2946c4ccfba595dd9d760
treea04dba15efcb0b8540492f15c3c9e4cb819d64e6
parentf67a500207b5795952c02ea7b3c1af93098433fb
mention $? in backticks documentation

Backticks work like system(), in that they use $? for the child exit
code. Mention that so people know to look in $? when their program
fails.
pod/perlop.pod