<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic difference between $? in shell and perl programming in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053712#M64812</link>
    <description>what is the difference between $? in shell and perl programming.Can u guide me to any links which tells more abt it.Thnks in advance.</description>
    <pubDate>Mon, 13 Aug 2007 01:34:55 GMT</pubDate>
    <dc:creator>Karthik_sg</dc:creator>
    <dc:date>2007-08-13T01:34:55Z</dc:date>
    <item>
      <title>difference between $? in shell and perl programming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053712#M64812</link>
      <description>what is the difference between $? in shell and perl programming.Can u guide me to any links which tells more abt it.Thnks in advance.</description>
      <pubDate>Mon, 13 Aug 2007 01:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053712#M64812</guid>
      <dc:creator>Karthik_sg</dc:creator>
      <dc:date>2007-08-13T01:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference between $? in shell and perl programming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053713#M64813</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;Perl: (from &lt;A href="http://www.sarand.com/td/ref_perl_reserve.html)" target="_blank"&gt;http://www.sarand.com/td/ref_perl_reserve.html)&lt;/A&gt;&lt;BR /&gt;$?  The status returned by the last pipe close, backtick ( `` ) command, or system() operator. Note that this is the status word returned by the wait() system call, so the exit value of the subprocess is actually ( $? &amp;gt;&amp;gt; 8 ). Thus on many systems, $? &amp;amp; 255 gives which signal, if any, the process died from, and whether there was a core dump.&lt;BR /&gt;Also: $CHILD_ERROR&lt;BR /&gt;&lt;BR /&gt;Shell: (from &lt;A href="http://snap.nlc.dcccd.edu/reference/sysadmin/julian/ch16/324-326.html)" target="_blank"&gt;http://snap.nlc.dcccd.edu/reference/sysadmin/julian/ch16/324-326.html)&lt;/A&gt;&lt;BR /&gt;$?  Bourne or Korn shell: Return the exit status (in decimal) of the last command executed. Most commands return a zero exit status if they complete successfully; otherwise a non-zero exit status is returned. This variable is set after each command is executed.&lt;BR /&gt; C shell: Check to see if a variable of that name has been set.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;p.s. I have assigned points to   4  of   33  responses to  my questions. So, don't forget to assigne points...</description>
      <pubDate>Mon, 13 Aug 2007 02:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053713#M64813</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-08-13T02:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: difference between $? in shell and perl programming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053714#M64814</link>
      <description>&amp;gt; [...] (in decimal) [...]&lt;BR /&gt;&lt;BR /&gt;Really?  Amazing.</description>
      <pubDate>Tue, 14 Aug 2007 16:38:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/difference-between-in-shell-and-perl-programming/m-p/4053714#M64814</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-08-14T16:38:16Z</dc:date>
    </item>
  </channel>
</rss>

