<?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: Help in installing perl5.8.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817368#M100211</link>
    <description>The developer team for what?&lt;BR /&gt;&lt;BR /&gt;I am one of the perl CORE developers, and certainly if you are going to use perl5 in 64bit mode do NOT use 5.8.*0*, but *please*, please, please use 5.8.5 or up.&lt;BR /&gt;There have been numerous 64bit related fixes to perl5.8 since 5.8.0&lt;BR /&gt;&lt;BR /&gt;I would recommend to just use the latest STABLE release: 5.8.8&lt;BR /&gt;&lt;BR /&gt;Get 5.8.8 from my site (1), or 5.8.7 from the porting center (2).&lt;BR /&gt;&lt;BR /&gt;1) &lt;A href="http://mirrors.develooper.com/hpux/#Perl" target="_blank"&gt;http://mirrors.develooper.com/hpux/#Perl&lt;/A&gt;&lt;BR /&gt;2) &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Two excepts from the perldelta's regarding 64bit changes:&lt;BR /&gt;&lt;BR /&gt;5.8.8. "Nicholas Clark changed the string buffer allocation so that it is now rounded up to the next multiple of 4 (or 8 on platforms with 64 bit pointers). This should reduce the number of calls to realloc without actually using any extra memory."&lt;BR /&gt;5.8.6. "On platforms with 64 bit pointers numeric comparison operators used to erroneously compare the addresses of references that are overloaded, rather than using the overloaded values. This has been fixed."&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
    <pubDate>Wed, 05 Jul 2006 04:33:48 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2006-07-05T04:33:48Z</dc:date>
    <item>
      <title>Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817362#M100205</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an older version of perl running and i want to upgrade it to perl5.8.0. Can anyone tell me which other directories other than /opt/perl is important while installing. &lt;BR /&gt;&lt;BR /&gt;I may need to revert back to old version if perl5.8.0 dont solve my purpose.</description>
      <pubDate>Wed, 05 Jul 2006 00:53:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817362#M100205</guid>
      <dc:creator>shajes_1</dc:creator>
      <dc:date>2006-07-05T00:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817363#M100206</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can go for Procura's perl build which can be downloaded from, &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;-Arun</description>
      <pubDate>Wed, 05 Jul 2006 00:58:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817363#M100206</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-05T00:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817364#M100207</link>
      <description>Shalom, &lt;BR /&gt;&lt;BR /&gt;Prior to the install, mv /opt/perl to /opt/perl.old&lt;BR /&gt;&lt;BR /&gt;This should permit you to use PERL5 from &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 01:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817364#M100207</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T01:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817365#M100208</link>
      <description>As SEP said, you can move /opt/perl to /opt/perl.old, however&lt;BR /&gt;&lt;BR /&gt;1. different versions of perl can live side-by-side in the same tree, as they each have their own subtree. Just moving the perl binary can already be enough&lt;BR /&gt;&lt;BR /&gt;# cd /opt/perl/bin&lt;BR /&gt;# mv perl perl5.6.2&lt;BR /&gt;# swinstall -s /tmp/perl-5.8.0.depot perl&lt;BR /&gt;&lt;BR /&gt;... test&lt;BR /&gt;&lt;BR /&gt;if things fail&lt;BR /&gt;&lt;BR /&gt;# cd /opt/perl/bin&lt;BR /&gt;# mv perl perl5.8.0&lt;BR /&gt;# cp perl5.6.2 perl&lt;BR /&gt;&lt;BR /&gt;Then all should still work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. I don't consider moving to 5.8.0 an upgrade, unless you are coming from 5.005_02 or lower. Why not push to 5.8.7 or 5.8.8 while you make the move. A lot of bugs have been fixed since 5.8.0&lt;BR /&gt;&lt;BR /&gt;Choose the perl distribution wisely! Do you need/want a 32bit build or a 64bit build. Do you want threaded perl or not?&lt;BR /&gt;&lt;BR /&gt;All my 5.8.x builds are non-threaded perl binaries with defined-or. The depots for 11.00, 11.11, and 11.23 contain both a 32bit build (installs in /opt/perl) and a 64bit build (installs in /opt/perl64)&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 05 Jul 2006 01:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817365#M100208</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-07-05T01:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817366#M100209</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;The perl version is suggested by our development team for 64 bit. I will just try with this and if needed will use a higher version.</description>
      <pubDate>Wed, 05 Jul 2006 02:40:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817366#M100209</guid>
      <dc:creator>shajes_1</dc:creator>
      <dc:date>2006-07-05T02:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817367#M100210</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Add on, If you want a 64 bit perl, you will get it at the time of installing Perl depot from &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;You will have a fileset or product named as Perl5-64.PERL-* &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 05 Jul 2006 03:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817367#M100210</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-05T03:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help in installing perl5.8.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817368#M100211</link>
      <description>The developer team for what?&lt;BR /&gt;&lt;BR /&gt;I am one of the perl CORE developers, and certainly if you are going to use perl5 in 64bit mode do NOT use 5.8.*0*, but *please*, please, please use 5.8.5 or up.&lt;BR /&gt;There have been numerous 64bit related fixes to perl5.8 since 5.8.0&lt;BR /&gt;&lt;BR /&gt;I would recommend to just use the latest STABLE release: 5.8.8&lt;BR /&gt;&lt;BR /&gt;Get 5.8.8 from my site (1), or 5.8.7 from the porting center (2).&lt;BR /&gt;&lt;BR /&gt;1) &lt;A href="http://mirrors.develooper.com/hpux/#Perl" target="_blank"&gt;http://mirrors.develooper.com/hpux/#Perl&lt;/A&gt;&lt;BR /&gt;2) &lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.7/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.7/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Two excepts from the perldelta's regarding 64bit changes:&lt;BR /&gt;&lt;BR /&gt;5.8.8. "Nicholas Clark changed the string buffer allocation so that it is now rounded up to the next multiple of 4 (or 8 on platforms with 64 bit pointers). This should reduce the number of calls to realloc without actually using any extra memory."&lt;BR /&gt;5.8.6. "On platforms with 64 bit pointers numeric comparison operators used to erroneously compare the addresses of references that are overloaded, rather than using the overloaded values. This has been fixed."&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Wed, 05 Jul 2006 04:33:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/help-in-installing-perl5-8-0/m-p/3817368#M100211</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-07-05T04:33:48Z</dc:date>
    </item>
  </channel>
</rss>

