Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #260626

Re: perl module listgarden

From debian-user@howorth.org.uk
Newsgroups linux.debian.user
Subject Re: perl module listgarden
Date 2023-08-03 12:20 +0200
Message-ID <GYDAZ-4PwB-5@gated-at.bofh.it> (permalink)
References <GYrgt-4G9L-5@gated-at.bofh.it> <GYsmd-4GQT-1@gated-at.bofh.it> <GYwSR-4JZo-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


"Russell L. Harris" <russell@rlharris.org> wrote:
> On Wed, Aug 02, 2023 at 03:18:12PM -0700, David Christensen wrote:
> >On 8/2/23 14:03, Russell L. Harris wrote:  
> >>I have not used Perl for several years, and I do not know how to
> >>proceed.
> >>I am trying to install Dan Bricklin's RSS feed generator,
> >>ListGarden.
> >>
> >>metacpan.org cannot find the listgarden module.
> >>
> >>Here is the output:
> >>
> >>perl listgarden.pl
> >>Can't locate ListGarden.pm in @INC (you may need to install the
> >>ListGarden module) (@INC contains: /etc/perl
> >>/usr/local/lib/x86_64-linux-gnu/perl/5.32.1
> >>/usr/local/share/perl/5.32.1 /usr/lib/x86_64-linux-gnu/perl5/5.32
> >>/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base
> >>/usr/lib/x86_64-linux-gnu/perl/5.32 /usr/share/perl/5.32
> >>/usr/local/lib/site_perl) at listgarden.pl line 21.
> >>BEGIN failed--compilation aborted at listgarden.pl line 21.  
> >
> >ListGarden does not appear to be a Debian package:
> >
> >https://packages.debian.org/search?keywords=LIstGarden&searchon=names&suite=all&section=all
> >
> >
> >MetaCPAN is unable to find ListGarden:
> >
> >https://metacpan.org/search?size=20&q=ListGarden
> >
> >STFW "ListGarden" I see:
> >
> >http://www.softwaregarden.com/products/listgarden/
> >
> >Under "How to get it", follow the link "Generic Perl Version":
> >
> >http://www.softwaregarden.com/products/listgarden/plainperl.html
> >
> >The instructions do not mention a Makefile.PL or Build.PL, so it 
> >appears that you will need to install distribution files, adjust the 
> >PERL5LIB environment variable, configure your services/ apps, etc., 
> >manually.  
> 
> Thanks, David.  I did follow the plainperl.html link.  All the files
> came from Dan Bricklin's ListGarden web site.

The module is in the same directory as the perl script. And as the
error message says, your perl is not set to look for it there. You can
add it by invoking the program as:

$ perl -I . ./listgarden.pl

or you can move/copy the module to one of the directories listed.

> Perhaps the Perlmongers mail list still is active.

It is, but why?

> For that matter, is RSS still in use?

Yes
 
> RLH
> 

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

perl module listgarden "Russell L. Harris" <russell@rlharris.org> - 2023-08-02 23:10 +0200
  Re: perl module listgarden David Christensen <dpchrist@holgerdanske.com> - 2023-08-03 00:20 +0200
    Re: perl module listgarden "Russell L. Harris" <russell@rlharris.org> - 2023-08-03 05:10 +0200
      Re: perl module listgarden debian-user@howorth.org.uk - 2023-08-03 12:20 +0200
      Feeds aren't yet dead (Was: Re: perl module listgarden) Andy Smith <andy@strugglers.net> - 2023-08-03 19:40 +0200
        Re: Feeds aren't yet dead (Was: Re: perl module listgarden) "Russell L. Harris" <russell@rlharris.org> - 2023-08-03 20:40 +0200
          Re: Feeds aren't yet dead (Was: Re: perl module listgarden) Andy Smith <andy@strugglers.net> - 2023-08-03 20:40 +0200
            Re: Feeds aren't yet dead (Was: Re: perl module listgarden) Steve McIntyre <steve@einval.com> - 2023-08-03 23:00 +0200
              Re: Feeds aren't yet dead (Was: Re: perl module listgarden) Celejar <celejar@gmail.com> - 2023-08-04 03:50 +0200

csiph-web