<?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: Term::ANSIScreen Perl module in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027030#M97495</link>
    <description>Oops!!! &lt;BR /&gt;&lt;BR /&gt;Sorry Denver, 5 points to your reply by my mistake. I wanted to give full marks.</description>
    <pubDate>Wed, 07 Feb 2007 12:48:18 GMT</pubDate>
    <dc:creator>rccmum</dc:creator>
    <dc:date>2007-02-07T12:48:18Z</dc:date>
    <item>
      <title>Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027026#M97491</link>
      <description>I have Perl v5.8.8 installed on HPUX 11.11&lt;BR /&gt;I want to use above perl module in a perl script. When I check the packages installed in the depository using PPM, I see the module description.&lt;BR /&gt;ppm&amp;gt; describe Term-ANSIScreen                                                                                               ====================&lt;BR /&gt;    Name: Term-ANSIScreen&lt;BR /&gt; Version: 1.42&lt;BR /&gt;  Author: (cpan@audreyt.org)&lt;BR /&gt;   Title: Term-ANSIScreen&lt;BR /&gt;Abstract: Terminal control using ANSI escape sequences&lt;BR /&gt;Location: ActiveState Package Repository&lt;BR /&gt;Available Platforms:&lt;BR /&gt;       1. IA64.ARCHREV_0-thread-multi-LP64-5.8&lt;BR /&gt;       2. PA-RISC1.1-thread-multi-5.8&lt;BR /&gt;       3. PA-RISC2.0-thread-multi-LP64-5.8&lt;BR /&gt;&lt;BR /&gt;But when I use it in the script as &lt;BR /&gt;use Term::ANSIScreen;&lt;BR /&gt;&lt;BR /&gt;It gives the error&lt;BR /&gt;Can't locate Term/ANSIScreen.pm &lt;BR /&gt;&lt;BR /&gt;I searched the ANSIScreen.pm file and it is not in the distribution.&lt;BR /&gt;&lt;BR /&gt;Do I need to install ANSIScreen.pm  separately?  &lt;BR /&gt;&lt;BR /&gt;I guess the module is already there inbuilt thats why it is show in PPM?&lt;BR /&gt;&lt;BR /&gt;Can anyone out there comment on this?&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 20:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027026#M97491</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-02-06T20:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027027#M97492</link>
      <description>It sounds like it's not installed... To see if it is installed, I'd use query instead of describe.&lt;BR /&gt;&lt;BR /&gt;ppm&amp;gt; query Term-ANSIScreen&lt;BR /&gt;&lt;BR /&gt;If it isn't installed, you'll see "No matches for...". In that case, use install to install from ppm to install it.&lt;BR /&gt;&lt;BR /&gt;ppm&amp;gt; install Term-ANSIScreen&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 20:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027027#M97492</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-02-06T20:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027028#M97493</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;This module isn't included in the core distribution.&lt;BR /&gt;&lt;BR /&gt;A simple test of a module's presence is to do:&lt;BR /&gt;&lt;BR /&gt;# perl -MTerm::ANSIScreen -e 1&lt;BR /&gt;&lt;BR /&gt;If installed, nothing will be returned.  If not installed, an error beginning with "Can't locate" will be seen.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 20:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027028#M97493</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027029#M97494</link>
      <description>The "describe of the package" worked because the package was present in the repository. I just ran ppm&amp;gt;install Term-ANSIScreen. It downloaded and installed ANSIScreen.pm from ActiveState Package Repository.&lt;BR /&gt;&lt;BR /&gt;Thanks to both of you.</description>
      <pubDate>Wed, 07 Feb 2007 12:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027029#M97494</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-02-07T12:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027030#M97495</link>
      <description>Oops!!! &lt;BR /&gt;&lt;BR /&gt;Sorry Denver, 5 points to your reply by my mistake. I wanted to give full marks.</description>
      <pubDate>Wed, 07 Feb 2007 12:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027030#M97495</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-02-07T12:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027031#M97496</link>
      <description>ppm?&lt;BR /&gt;Thought that was a MakeMaker kludge for Windows hosts?&lt;BR /&gt;The test James showed should suffice&lt;BR /&gt;if the module was installed properly&lt;BR /&gt;or you would have to use the -I switch with path that should be unshifted to @INC.&lt;BR /&gt;But then you already knew the presence of what you were quereing ;-)&lt;BR /&gt;You could also try "perldoc perllocal".&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 13:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027031#M97496</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-07T13:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027032#M97497</link>
      <description>No prob w/ the points thing. Glad to have helped.&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Wed, 07 Feb 2007 13:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027032#M97497</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2007-02-07T13:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027033#M97498</link>
      <description>Thanks to all of you.&lt;BR /&gt;&lt;BR /&gt;Your replies are appreciated.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 01:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027033#M97498</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-02-08T01:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Term::ANSIScreen Perl module</title>
      <link>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027034#M97499</link>
      <description>The module isn't part of perl distribution. It needs to be downloaded and installed from the AS repository.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 01:32:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/term-ansiscreen-perl-module/m-p/5027034#M97499</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2007-02-08T01:32:30Z</dc:date>
    </item>
  </channel>
</rss>

