perl.cpan.discuss
  Home FAQ Contact Sign in
Your Ad Here
perl.cpan.discuss only
 
Advanced search
April 2008
motuwethfrsasuw
 123456 14
78910111213 15
14151617181920 16
21222324252627 17
282930     18
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
perl.cpan.discuss Profile…
RELATED GROUPS

POPULAR GROUPS

more...


 Up
  Getting started ....         


Author: Jay Fry
Date: Apr 16, 2008 11:37

I am working on AIX 5.3 and wanted to try use WWW::Mechanize to access
some web sites.

I Installed Perl and then ran "cpan". I am not sure I ran everything
correctly and would like to clear off the first "cpan" config and run
another. The main issue is where "cpan" was installed and I have some
issues with the "cpan" urls.

How do I cleanly remove the first install and start over?

Jay
no comments
  IO::Socket::INET6 vs IO::Socket::INET         


Author: Andre-John Mas
Date: Apr 7, 2008 18:50

Hi,

I have been doing work on trying to adapt a program that has been
using IO::Socket::INET up until now to use IO::Socket::INET6. In doing
so I had a few questions. I hope this is the right place to ask them.

- Currently IPv6 support is provided through IO::Socket::INET6 as
opposed to being directly part of IO::Socket::INET. Are there any
reasons why the IPv6 support could not be migrated up to the package
being extended. Is this also something that is likely to be done only
once IPv6 is the norm?

- In converting an application, that has been using IO::Socket::INET
to use IO::Socket::INET6, are there any issues that people have
encountered or breakages that I should watch out for? Assuming an IPv4
address is probably one point, but I would be curious to know if there
are others.

Andre
no comments
  Re: Removing or Archiving outdated and unsupported modules on CPAN; proposal         


Author: Linda W
Date: Apr 2, 2008 15:29

Gabor Szabo wrote:
> Hi Linda,
>
> I think even if not in this form but similar ideas have been raised
> and qucikly rejected using various explanations.
>
> I for one quite agree with your description of the problem so let's think
> about a solution that might be accepted or at least that can be implemented
> without a broad agreement :-).
---
Some sort of agreement should be necessary from *current*
CPAN developers. Unless you own the site, that is...but don't want
to step on toes of active developers.

I don't want to go off and have another interface without cleaning
up the one that is *most* visible, and most advertised in the process.

Some possible guidelines:

1) adding separate domain names (may go to same site but with different
params used for search and such) "archive.cpan.org" and "devel.cpan.org".
Show full article (4.66Kb)
no comments
  &Compress::Zlib::gzopen         


Author: Pauls Mule
Date: Jan 9, 2008 15:46

Hi,
New to list and couldn't find any references in the archives, google isn't
helping much either... Can anyone point me in the right direction for fixing
this error anytime I try to install a module?

*Undefined subroutine &Compress::Zlib::gzopen called at (eval 89) line 5722.
*
cpan> install Compress::Zlib
Compress::Zlib is up to date.

thanks,
Paul
1 Comment
  findnode() results in Invalid Expression only on non-self-compiled perl         


Author: haentsch
Date: Jan 8, 2008 03:48

Hello,

I'm a bit new to perl, but I think I'm experiencing a very strange
behavior in perl.
findnodes() gives me an Invalid expression only on perl which comes
with the distribution on SuSE 10.3, RHEL4 and RHEL 5.1.

But if I compile the entire perl by myself it doesnt occur and works
just find.
I tried with different versions of perl and XML-Lib but no difference.

Here is the code:

#!/usr/bin/perl -w
use strict;
use XML::LibXML;
use Getopt::Std;
use vars qw/$opt_x/;

{ # main
Show full article (5.54Kb)
1 Comment
  Anybody here         


Author: LeRoy DeVries
Date: Jan 5, 2008 05:27

I've subscribed to this forum however, I have not seen any traffic.
Anybody here that might be able to help out a newbie
5 Comments
  Unable to install modules         


Author: Poohba
Date: Oct 10, 2007 12:36

I just installed cpan via yum and now I cannot do any updating.

$cpan HTML::Template
CPAN: Storable loaded ok
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
/modules/02packages.details.txt.gz
LWP failed with code[400] message[URL must be absolute]
Fetching with LWP:

http://mirrors.phenominet.com/pub/CPAN/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Undefined subroutine &Compress::Zlib::gzopen called
at /usr/lib/perl5/5.8.8/CPAN.pm line 5721.
no comments
  Unable to install modules         


Author: Poohba
Date: Oct 9, 2007 09:12

I just installed cpan via yum and now I cannot do any updating.

$cpan HTML::Template
CPAN: Storable loaded ok
Going to read /root/.cpan/sources/authors/01mailrc.txt.gz
CPAN: LWP::UserAgent loaded ok
Fetching with LWP:
/modules/02packages.details.txt.gz
LWP failed with code[400] message[URL must be absolute]
Fetching with LWP:

http://mirrors.phenominet.com/pub/CPAN/modules/02packages.details.txt.gz
Going to read /root/.cpan/sources/modules/02packages.details.txt.gz
Undefined subroutine &Compress::Zlib::gzopen called
at /usr/lib/perl5/5.8.8/CPAN.pm line 5721.
no comments
  bundle::cpan error         


Author: Bobby
Date: Sep 27, 2007 13:23

Hi,

For the first time when installing the bundle I got an error. It did complete
a dozen other modules but failed on the test as you can see below. It seems I
could either try to reinstall (which I did a few times and it always fail at
the same test) or remove it. Which I have no idea of how to do.

There no doubt are a lot of writeups on Perl and cpan, I just can't seem to
find the proper solution to this error. I've done maybe a 100 installs and it
never failed like this before. Usually the only problem is reaching some
server.
Show full article (1.81Kb)
4 Comments
Your Ad Here
  cpan module's data file         


Author: Jeff Pang
Date: Sep 7, 2007 22:11

Hello,

When I updated a cpan module's data file (not the module itself),for
example,the IP::ChinaISP module's IP-ISP database,do I always need to
change the module's version?I want that this module's user always get
the newest data file when he execute `install IP::ChinaISP` under CPAN
shell,even he has installed it before.

Thanks!
1 Comment
1 2 3 4 5