Re: cgi.pm and related issues

2004-10-26 Thread Jon Dowland
On Tue, 12 Oct 2004 16:01:53 -0400, Antonio Rodriguez <[EMAIL PROTECTED]> wrote: > Meaning, the difference is enough to break some of the debian > structure? Thank you for the tip, didn't know about it. Well, I mean if you install something through debian in stable, you know that updates to it ar

Re: cgi.pm and related issues

2004-10-12 Thread Antonio Rodriguez
On Tue, Oct 12, 2004 at 08:01:14PM +0100, Jon Dowland wrote: > On Tue, 12 Oct 2004 14:28:52 -0400, Antonio Rodriguez > Do you have libcgi-perl installed? I gather from your URL that you are > using unstable. You could use the debian packages to get your perl > stuff, or CPAN: > > # perl -MCPAN -e

Re: cgi.pm and related issues

2004-10-12 Thread Antonio Rodriguez
On Tue, Oct 12, 2004 at 08:01:14PM +0100, Jon Dowland wrote: > On Tue, 12 Oct 2004 14:28:52 -0400, Antonio Rodriguez > <[EMAIL PROTECTED]> wrote: > > I have some problems with cgi that I can't figure out. I've installed > > every package that has cgi.pm, > > To see if you have CGI.pm handy in Per

Re: cgi.pm and related issues

2004-10-12 Thread Jon Dowland
On Tue, 12 Oct 2004 14:28:52 -0400, Antonio Rodriguez <[EMAIL PROTECTED]> wrote: > I have some problems with cgi that I can't figure out. I've installed > every package that has cgi.pm, To see if you have CGI.pm handy in Perl's include path, execute the following $ find `perl -e 'print "@CGI"'`