<?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 Version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268967#M178307</link>
    <description># perl -v&lt;BR /&gt;&lt;BR /&gt;will do it.</description>
    <pubDate>Wed, 05 May 2004 19:20:02 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2004-05-05T19:20:02Z</dc:date>
    <item>
      <title>Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268966#M178306</link>
      <description>How do I find out (what command) do I use to find out what Perl Version is on my Box in 11i?</description>
      <pubDate>Wed, 05 May 2004 19:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268966#M178306</guid>
      <dc:creator>Bill Cioffi</dc:creator>
      <dc:date>2004-05-05T19:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268967#M178307</link>
      <description># perl -v&lt;BR /&gt;&lt;BR /&gt;will do it.</description>
      <pubDate>Wed, 05 May 2004 19:20:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268967#M178307</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-05T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268968#M178308</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;# swlist -l product|grep -i perl&lt;BR /&gt;see column 2&lt;BR /&gt;&lt;BR /&gt;regards.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 19:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268968#M178308</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-05-05T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268969#M178309</link>
      <description>You can use swlist, if perl was installed  from a depot.&lt;BR /&gt;&lt;BR /&gt;swlist | awk '$1 == "perl" { print $2 }'&lt;BR /&gt;&lt;BR /&gt;Otherwise, if perl is in your path, "perl -v" will give you lots of information.&lt;BR /&gt;&lt;BR /&gt;If on the other hand, perl was not installed from a depot and it is not in your path, I'm afraid you will have to use find to locate it.  Something like "find ./ -name perl"&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;</description>
      <pubDate>Wed, 05 May 2004 20:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268969#M178309</guid>
      <dc:creator>Charlie Rubeor</dc:creator>
      <dc:date>2004-05-05T20:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268970#M178310</link>
      <description>In addition, perl -V at the command line, will provide you with the version, plus whatever flags were set when it was compiled.</description>
      <pubDate>Thu, 13 May 2004 13:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268970#M178310</guid>
      <dc:creator>Bob Bean</dc:creator>
      <dc:date>2004-05-13T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268971#M178311</link>
      <description>perl -v</description>
      <pubDate>Thu, 13 May 2004 15:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268971#M178311</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-05-13T15:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268972#M178312</link>
      <description>Yes - as everyone has said&lt;BR /&gt;&lt;BR /&gt;# perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.6.1 built for PA-RISC1.1-thread-multi&lt;BR /&gt;(with 1 registered patch, see perl -V for more detail)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 15:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268972#M178312</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-13T15:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268973#M178313</link>
      <description>Our 11i system shipped with 2 different versions of perl installed on it, and then I installed a third. So you may need to resort to find to find all the perls, and then perl -v on each to see the version...&lt;BR /&gt;&lt;BR /&gt;Here is output from my system:&lt;BR /&gt;&lt;BR /&gt;# /opt/perl/bin/perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.6.1 built for PA-RISC1.1-thread-multi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /usr/contrib/bin/perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, version 5.005_02 built for PA-RISC1.1&lt;BR /&gt;&lt;BR /&gt;# /usr/bin/perl -v&lt;BR /&gt;&lt;BR /&gt;This is perl, v5.8.0 built for PA-RISC2.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; - John&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 May 2004 18:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-version/m-p/3268973#M178313</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2004-05-13T18:47:56Z</dc:date>
    </item>
  </channel>
</rss>

