<?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 syntax errors when run on HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712902#M721592</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is a known problem.&lt;BR /&gt;Check the version of perl on the system. &lt;BR /&gt;&lt;BR /&gt;#what `which perl` &lt;BR /&gt;&lt;BR /&gt;You should have perl5 installed .There may already  be perl5  on your system. Check /opt/perl*/bin directory, if it exists and check the version there. If it is not there, download the perl5 version and also remember to set the /usr/sbin/perl link to point to the new binary. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
    <pubDate>Mon, 29 Apr 2002 10:20:19 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-04-29T10:20:19Z</dc:date>
    <item>
      <title>Perl syntax errors when run on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712901#M721591</link>
      <description>Dear Forumers,&lt;BR /&gt;&lt;BR /&gt;I'm currently have a play around with Perl and as usual jumping in at the deep end I'm starting with sockets programming. I have a simple little script which works find on my Mandrake 8.2 install but gives me the following error when run on HP.&lt;BR /&gt;&lt;BR /&gt;Any help would be much appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;&lt;BR /&gt;"use" may clash with future reserved word at /tmp/talk.pl line 3.&lt;BR /&gt;syntax error in file /tmp/talk.pl at line 3, next 2 tokens "use IO"&lt;BR /&gt;"use" may clash with future reserved word at /tmp/talk.pl line 4.&lt;BR /&gt;syntax error in file /tmp/talk.pl at line 26, next 2 tokens "-&amp;gt;"&lt;BR /&gt;syntax error in file /tmp/talk.pl at line 28, next 2 tokens "-&amp;gt;"&lt;BR /&gt;syntax error in file /tmp/talk.pl at line 34, next 2 tokens "}"&lt;BR /&gt;syntax error in file /tmp/talk.pl at line 46, next token "}"&lt;BR /&gt;Execution of /tmp/talk.pl aborted due to compilation errors.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 10:00:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712901#M721591</guid>
      <dc:creator>Tony Walker</dc:creator>
      <dc:date>2002-04-29T10:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Perl syntax errors when run on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712902#M721592</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;This is a known problem.&lt;BR /&gt;Check the version of perl on the system. &lt;BR /&gt;&lt;BR /&gt;#what `which perl` &lt;BR /&gt;&lt;BR /&gt;You should have perl5 installed .There may already  be perl5  on your system. Check /opt/perl*/bin directory, if it exists and check the version there. If it is not there, download the perl5 version and also remember to set the /usr/sbin/perl link to point to the new binary. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Mon, 29 Apr 2002 10:20:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712902#M721592</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-04-29T10:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Perl syntax errors when run on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712903#M721593</link>
      <description>Like Steve said, get a newer version of perl:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Languages/perl-5.6.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Your mandrake perl is at least 5.0, if not 5.6.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 29 Apr 2002 10:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712903#M721593</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-29T10:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perl syntax errors when run on HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712904#M721594</link>
      <description>Thanks guys, I now have perl5 and my script runs fine.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Mon, 29 Apr 2002 12:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-syntax-errors-when-run-on-hp-ux/m-p/2712904#M721594</guid>
      <dc:creator>Tony Walker</dc:creator>
      <dc:date>2002-04-29T12:31:03Z</dc:date>
    </item>
  </channel>
</rss>

