<?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 Need script in perl in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-script-in-perl/m-p/3784953#M263869</link>
    <description>if (($x&amp;gt;=0) &amp;amp;&amp;amp; ($x&amp;lt;=7)) // validating the xth column (0-7 values)&lt;BR /&gt;        {&lt;BR /&gt;                a++;&lt;BR /&gt;        }&lt;BR /&gt;        else&lt;BR /&gt;        {&lt;BR /&gt;                b++;&lt;BR /&gt;                print $0 &amp;gt; "Error.txt" // redirects the failed rows&lt;BR /&gt;        }&lt;BR /&gt;need to use the same code in perl ...in failed condition needs to disaply the row contents for teh failed one.</description>
    <pubDate>Tue, 09 May 2006 06:21:30 GMT</pubDate>
    <dc:creator>Swetha reddy</dc:creator>
    <dc:date>2006-05-09T06:21:30Z</dc:date>
    <item>
      <title>Need script in perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-script-in-perl/m-p/3784953#M263869</link>
      <description>if (($x&amp;gt;=0) &amp;amp;&amp;amp; ($x&amp;lt;=7)) // validating the xth column (0-7 values)&lt;BR /&gt;        {&lt;BR /&gt;                a++;&lt;BR /&gt;        }&lt;BR /&gt;        else&lt;BR /&gt;        {&lt;BR /&gt;                b++;&lt;BR /&gt;                print $0 &amp;gt; "Error.txt" // redirects the failed rows&lt;BR /&gt;        }&lt;BR /&gt;need to use the same code in perl ...in failed condition needs to disaply the row contents for teh failed one.</description>
      <pubDate>Tue, 09 May 2006 06:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-script-in-perl/m-p/3784953#M263869</guid>
      <dc:creator>Swetha reddy</dc:creator>
      <dc:date>2006-05-09T06:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need script in perl</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-script-in-perl/m-p/3784954#M263870</link>
      <description># Remark 1. // as comment is bad. Very bad (TM)&lt;BR /&gt;&lt;BR /&gt;if (($x &amp;gt;= 0) &amp;amp;&amp;amp; ($x &amp;lt;= 7)) { # validating the xth column (0-7 values)&lt;BR /&gt;$a++;&lt;BR /&gt;}&lt;BR /&gt;else {&lt;BR /&gt;$b++;&lt;BR /&gt;open ERR, "&amp;gt;&amp;gt; Error.txt" or die "Error.txt: $!";&lt;BR /&gt;print ERR; # redirects the failed rows&lt;BR /&gt;close ERR;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 09 May 2006 06:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-script-in-perl/m-p/3784954#M263870</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-05-09T06:26:20Z</dc:date>
    </item>
  </channel>
</rss>

