<?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 5.6.1 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995533#M100657</link>
    <description>Hello James,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response. I need to install 5.6.1 as per my customer requirement. Can you please tell me, whether these modules are present in 5.6.1, how can I check that?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Ravi.</description>
    <pubDate>Fri, 04 Aug 2006 19:59:51 GMT</pubDate>
    <dc:creator>G V R Shankar</dc:creator>
    <dc:date>2006-08-04T19:59:51Z</dc:date>
    <item>
      <title>Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995531#M100655</link>
      <description>&lt;!--!*#--&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;I am new to perl. I need to install perl 5.6.1 with the following modules in my hp ux server.&lt;BR /&gt;&lt;BR /&gt;FindBin, Net::Domain, Net::FTP, Getopt::Long, File::Find, File::Basename, Carp::Heavy&lt;BR /&gt;&lt;BR /&gt;If I install perl 5.6.1, will that also install the above modules or do I need to install them seperately, if so please let me the procedure to install the modules.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Ravi.</description>
      <pubDate>Fri, 04 Aug 2006 19:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995531#M100655</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2006-08-04T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995532#M100656</link>
      <description>Hi Ravi:&lt;BR /&gt;&lt;BR /&gt;Perl 5.6 is quite old.  You should definitely install a version of 5.8.  Version 5.8.8 is the current release.  All of the above modules should be present in a recent distribution.  If not, or you need others, CPAN is your source.&lt;BR /&gt;&lt;BR /&gt;You can get pre-compiled HP-UX Perl 5.8.8 binaries from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PERL&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;(or):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Look to CPAN here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/" target="_blank"&gt;http://www.cpan.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 04 Aug 2006 19:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995532#M100656</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-04T19:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995533#M100657</link>
      <description>Hello James,&lt;BR /&gt;&lt;BR /&gt;Thanks for the quick response. I need to install 5.6.1 as per my customer requirement. Can you please tell me, whether these modules are present in 5.6.1, how can I check that?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Ravi.</description>
      <pubDate>Fri, 04 Aug 2006 19:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995533#M100657</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2006-08-04T19:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995534#M100658</link>
      <description>Hi Ravi:&lt;BR /&gt;&lt;BR /&gt;You would be far better with 5.8.x.  I'm not sure that all of these modules are in the core distribution for 5.6.&lt;BR /&gt;&lt;BR /&gt;You can easily verify a module's availability by doing, for example:&lt;BR /&gt;&lt;BR /&gt;# perl -MGetopt::Long -e 1&lt;BR /&gt;&lt;BR /&gt;The module name follows the '-M' switch.  If the module is missing, you will get a "Can't locate" message.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 20:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995534#M100658</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-04T20:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995535#M100659</link>
      <description>Hi Ravi:&lt;BR /&gt;&lt;BR /&gt;Do one more thing.  Educate your customer and convince him/her to use current software with richer features, better security, and old bugs fixed.&lt;BR /&gt;&lt;BR /&gt;Perl 5.6.1 dates to circa 2001.&lt;BR /&gt;&lt;BR /&gt;I really can't think of any reason why your customer would want to start by throwing away 5-years of maturation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Aug 2006 20:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995535#M100659</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-08-04T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995536#M100660</link>
      <description>Thanks James. I shall update my customer.</description>
      <pubDate>Fri, 04 Aug 2006 20:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995536#M100660</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2006-08-04T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Perl 5.6.1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995537#M100661</link>
      <description>Installing Perl 5.8.8.</description>
      <pubDate>Fri, 04 Aug 2006 20:24:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-5-6-1/m-p/4995537#M100661</guid>
      <dc:creator>G V R Shankar</dc:creator>
      <dc:date>2006-08-04T20:24:49Z</dc:date>
    </item>
  </channel>
</rss>

