Dan Egli wrote:
: It's odd tho. I type:
: 
: perl -MCPAN -e 'install GD' and it works fine. Only with thinks like
: HTTP::Date and Data::Dumper does it work. I'm not sure whats up.

I get the same result with Data::Dumper & 5.6.0 unless I quote
the module name:

perl -MCPAN -e 'install "Data::Dumper"'

-- tdk

Reply via email to