<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How Do I Get Both The Return Value And Text In Perl? Backticks vs. System() (Perl 5.10)</title> <atom:link href="http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/feed/" rel="self" type="application/rss+xml" /><link>http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/</link> <description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description> <lastBuildDate>Sat, 19 May 2012 21:39:38 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Artem Russakovskii</title><link>http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/#comment-4997</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 25 Jun 2008 02:59:19 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/#comment-4997</guid> <description>nogod, hrm, you&#039;re right, I don&#039;t know why I thought it was new. http://search.cpan.org/~rgarcia/perl-5.10.0/pod/perl5100delta.pod#New_internal_variables lists it as new and the only difference I can see between that and $? is the &quot;native&quot; part. What&#039;s so native about it, I&#039;m not sure.
${^CHILD_ERROR_NATIVE}
This variable gives the native status returned by the last pipe close, backtick command, successful call to wait() or waitpid(), or from the system() operator. See perlrun for details. (Contributed by Gisle Aas.)</description> <content:encoded><![CDATA[<p>nogod, hrm, you&#039;re right, I don&#039;t know why I thought it was new. <a
href="http://search.cpan.org/~rgarcia/perl-5.10.0/pod/perl5100delta.pod#New_internal_variables" rel="nofollow">http://search.cpan.org/~rgarcia/perl-5.10.0/pod/perl5100delta.pod#New_internal_variables</a> lists it as new and the only difference I can see between that and $? is the &#034;native&#034; part. What&#039;s so native about it, I&#039;m not sure.</p><p>${^CHILD_ERROR_NATIVE}</p><p> This variable gives the native status returned by the last pipe close, backtick command, successful call to wait() or waitpid(), or from the system() operator. See perlrun for details. (Contributed by Gisle Aas.)</p> ]]></content:encoded> </item> <item><title>By: nogod</title><link>http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/#comment-4963</link> <dc:creator>nogod</dc:creator> <pubDate>Mon, 23 Jun 2008 12:39:20 +0000</pubDate> <guid
isPermaLink="false">http://beerpla.net/2008/04/29/how-do-i-get-both-the-return-value-and-text-in-perl-backticks-vs-system-perl-510/#comment-4963</guid> <description>thats the wrong variable... the exit statius as returned by system has always been available in $?, just like in the shell. that has always been documented... your variable does something else (and is indeed new).
$?      The status returned by the last pipe close, backtick (&quot;``&quot;) command, successful call to
wait() or waitpid(), or from the system() operator.</description> <content:encoded><![CDATA[<p>thats the wrong variable&#8230; the exit statius as returned by system has always been available in $?, just like in the shell. that has always been documented&#8230; your variable does something else (and is indeed new).</p><p>$?      The status returned by the last pipe close, backtick (&#034;&#034;&#034;) command, successful call to<br
/> wait() or waitpid(), or from the system() operator.</p> ]]></content:encoded> </item> </channel> </rss>
