<?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 Modules in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539539#M701668</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Typing "perl -V" at a shell prompt will also show you the @INC&lt;BR /&gt;directories where perl looks for modules and you can "ls" in those&lt;BR /&gt;locations for more information.</description>
    <pubDate>Fri, 06 May 2005 14:59:03 GMT</pubDate>
    <dc:creator>Slawomir Gora</dc:creator>
    <dc:date>2005-05-06T14:59:03Z</dc:date>
    <item>
      <title>Perl Modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539538#M701667</link>
      <description>How does one find out what perl modules are installed?&lt;BR /&gt;&lt;BR /&gt;perl - what?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Fri, 06 May 2005 14:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539538#M701667</guid>
      <dc:creator>Network Servers</dc:creator>
      <dc:date>2005-05-06T14:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539539#M701668</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Typing "perl -V" at a shell prompt will also show you the @INC&lt;BR /&gt;directories where perl looks for modules and you can "ls" in those&lt;BR /&gt;locations for more information.</description>
      <pubDate>Fri, 06 May 2005 14:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539539#M701668</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-05-06T14:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Perl Modules</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539540#M701669</link>
      <description>No option for that. Best guess is to do&lt;BR /&gt;&lt;BR /&gt;# man perllocal&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# perldoc local&lt;BR /&gt;&lt;BR /&gt;The latter is (far) more accurate.&lt;BR /&gt;&lt;BR /&gt;This is however no guarantee that the modules installed are still there, because there is no (consistent) way to uninstall modules in perl.&lt;BR /&gt;&lt;BR /&gt;This is also no guarantee to be a *complete* list, since some modules are installed outside of the default perl tree to allow multiple versions living together and depend on $PERL5LIB. Mainly applied to DBD::* where there are multiple database versions on the system that each need their own version of the same module.&lt;BR /&gt;&lt;BR /&gt;If you want a complete list of available modules, either core, or later added, do&lt;BR /&gt;&lt;BR /&gt;# perl -MFile::Find -le'find(sub{/\.pm$/ and$pm{$File::Find::name}++},@INC);print for sort keys%pm'&lt;BR /&gt;&lt;BR /&gt;This also includes all (sub)module files that are included in larger modules like Tk or DBI&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 06 May 2005 15:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/perl-modules/m-p/3539540#M701669</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2005-05-06T15:02:18Z</dc:date>
    </item>
  </channel>
</rss>

