<?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: path to perl module in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250030#M331395</link>
    <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;If you installed the Perl modules using CPAN, for example, they should have been installed in a path contained in @INC.  By default, your current directory is searched too:&lt;BR /&gt;&lt;BR /&gt;# perl -le 'print for @INC'&lt;BR /&gt; &lt;BR /&gt;A "can't locate...in @INC'&lt;BR /&gt;&lt;BR /&gt;...when you do:&lt;BR /&gt;&lt;BR /&gt;# perl -MExpect -e 1&lt;BR /&gt;&lt;BR /&gt;...usually indicates that you *don't* have the module installed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 11 Aug 2008 22:45:52 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-08-11T22:45:52Z</dc:date>
    <item>
      <title>path to perl module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250029#M331394</link>
      <description>Hello All,&lt;BR /&gt;I have installed expect and IO/Tty.pm in a directory.But when i run the script which uses the expect it gets error as below.What needs to done inorder to update INC&lt;BR /&gt;Can't locate IO/Pty.pm in @INC (@INC contains&lt;BR /&gt;Thanks in advance for any idea.</description>
      <pubDate>Mon, 11 Aug 2008 22:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250029#M331394</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-08-11T22:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: path to perl module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250030#M331395</link>
      <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;If you installed the Perl modules using CPAN, for example, they should have been installed in a path contained in @INC.  By default, your current directory is searched too:&lt;BR /&gt;&lt;BR /&gt;# perl -le 'print for @INC'&lt;BR /&gt; &lt;BR /&gt;A "can't locate...in @INC'&lt;BR /&gt;&lt;BR /&gt;...when you do:&lt;BR /&gt;&lt;BR /&gt;# perl -MExpect -e 1&lt;BR /&gt;&lt;BR /&gt;...usually indicates that you *don't* have the module installed.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 11 Aug 2008 22:45:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250030#M331395</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-11T22:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: path to perl module</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250031#M331396</link>
      <description>You say:&lt;BR /&gt;&lt;BR /&gt;"I have installed expect and IO/Tty.pm in a directory"&lt;BR /&gt;&lt;BR /&gt;Does this mean you didn't install the module in a "standard" fashion?&lt;BR /&gt;&lt;BR /&gt;The output will tell you where it's searching for the modules.  You can move the .pm files into the correct paths or re-install the module.&lt;BR /&gt;&lt;BR /&gt;Another thing to look for is if you have 2 versions of perl installed.  I've run into problems with this before.  I know I've installed a module but it installed using the other version because the other version was found by the shell first.&lt;BR /&gt;&lt;BR /&gt;If this is the case check 'which perl' for the location and do a 'perl -v' to make sure it's the version you expect.  If not you can rename that version to perl.x.x and try the commands again.  Or, you can just change the $PATH statement but that can cause other problems</description>
      <pubDate>Mon, 11 Aug 2008 23:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/path-to-perl-module/m-p/4250031#M331396</guid>
      <dc:creator>Glenn S. Davidson</dc:creator>
      <dc:date>2008-08-11T23:17:55Z</dc:date>
    </item>
  </channel>
</rss>

