<?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 Re: PERL challenge!! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622237#M925959</link>
    <description>Thanks Rodney.&lt;BR /&gt;&lt;BR /&gt;I have used the debugger and usually the debugger is only good for syntax issues.  I do not have syntax issues within this script.&lt;BR /&gt;&lt;BR /&gt;I am just trying to figure out why I have an appending loop. &lt;BR /&gt;&lt;BR /&gt;I will apply your suggestion, and I do thank you for it.&lt;BR /&gt;&lt;BR /&gt;C. Tijerina</description>
    <pubDate>Thu, 29 Nov 2001 18:03:22 GMT</pubDate>
    <dc:creator>Chris Tijerina_2</dc:creator>
    <dc:date>2001-11-29T18:03:22Z</dc:date>
    <item>
      <title>PERL challenge!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622235#M925957</link>
      <description />
      <pubDate>Thu, 29 Nov 2001 16:08:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622235#M925957</guid>
      <dc:creator>Chris Tijerina_2</dc:creator>
      <dc:date>2001-11-29T16:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: PERL challenge!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622236#M925958</link>
      <description>Any serious perl programmer will make themselves familiar with the debugger. &lt;BR /&gt;&lt;BR /&gt;perl -d yourscript.pl&lt;BR /&gt;&lt;BR /&gt;Puts you in debug mode. You can step through the script and look at variables on the fly.&lt;BR /&gt;&lt;BR /&gt;From a tersery look, I notice that you load up @ARRAY with your values. I think you might want  to do an "undef" on @ARRAY right after you have input a record. In your current script, @ARRAY will be appended to each time when using "push", thus accumulating your data for each *.ant file.&lt;BR /&gt;&lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Thu, 29 Nov 2001 17:52:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622236#M925958</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2001-11-29T17:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: PERL challenge!!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622237#M925959</link>
      <description>Thanks Rodney.&lt;BR /&gt;&lt;BR /&gt;I have used the debugger and usually the debugger is only good for syntax issues.  I do not have syntax issues within this script.&lt;BR /&gt;&lt;BR /&gt;I am just trying to figure out why I have an appending loop. &lt;BR /&gt;&lt;BR /&gt;I will apply your suggestion, and I do thank you for it.&lt;BR /&gt;&lt;BR /&gt;C. Tijerina</description>
      <pubDate>Thu, 29 Nov 2001 18:03:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-challenge/m-p/2622237#M925959</guid>
      <dc:creator>Chris Tijerina_2</dc:creator>
      <dc:date>2001-11-29T18:03:22Z</dc:date>
    </item>
  </channel>
</rss>

