<?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 Module problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543605#M223735</link>
    <description>running perl -v gives me v5.6.1</description>
    <pubDate>Thu, 12 May 2005 13:47:38 GMT</pubDate>
    <dc:creator>hotpower</dc:creator>
    <dc:date>2005-05-12T13:47:38Z</dc:date>
    <item>
      <title>Perl Module problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543603#M223733</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have Perl 5.6.1 running on a HP-UX 11.11 and I am trying to install the module Text-CSV_XS. I got the make file but when I tried to do a make, it gave me errors saying gcc is not there. I have looked at articles on how to install GCC but I don't really understand, it seems as if I need to install a few other packages before I could install gcc. Does anyone know or can provide me with instuctions on how I should proceed?&lt;BR /&gt;I need this module in order to run my perl script.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;-Lory</description>
      <pubDate>Thu, 12 May 2005 13:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543603#M223733</guid>
      <dc:creator>hotpower</dc:creator>
      <dc:date>2005-05-12T13:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543604#M223734</link>
      <description>perl -v&lt;BR /&gt;&lt;BR /&gt;You need to be perl 5 or above. I've seen a lot of systems that have /usr/contrib/bin/perl&lt;BR /&gt;&lt;BR /&gt;Sometimes its Perl 4, which can't properly load the modules.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 12 May 2005 13:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543604#M223734</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-12T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543605#M223735</link>
      <description>running perl -v gives me v5.6.1</description>
      <pubDate>Thu, 12 May 2005 13:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543605#M223735</guid>
      <dc:creator>hotpower</dc:creator>
      <dc:date>2005-05-12T13:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543606#M223736</link>
      <description>&lt;A href="http://www.hp.com/go/gcc" target="_blank"&gt;http://www.hp.com/go/gcc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Download gcc and binutils binary depots for 11.11 v1 and install with swinstall.&lt;BR /&gt;&lt;BR /&gt;# swinstall -s /tmp/binutils.depot \*&lt;BR /&gt;# swinstall -s /tmp/gcc.depot \*</description>
      <pubDate>Fri, 13 May 2005 02:37:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543606#M223736</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-05-13T02:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Module problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543607#M223737</link>
      <description>Much easier: get an more recent perl build that already include that module (and lots of other useful stuff) from my site.&lt;BR /&gt;&lt;BR /&gt;You can also use Text::CSV instead of Text::CSV_XS, and then you don't need a C compiler at all and still get the same functionality, only a little bit slower.&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Fri, 13 May 2005 04:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-module-problem/m-p/3543607#M223737</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-05-13T04:01:39Z</dc:date>
    </item>
  </channel>
</rss>

