Hi,
I lost all Perl modules.
I get an error when installing perl modules PAR::Packers while it can be installed on the Server is not installed cpanel
I did google and did not know what it fails, Thanks.
I have small problem cause everytime i issue
cpan YAML
or try to install any perl module it install's it inito /root/perl5 and with this any other user cannot use modules that I've installed as a root.
Even if I do
rm -frv /root/perl5 /root/.cpan
and rerun cpan YAML it still installs into root home dir. How can i change this ?
Problem:Can't locate URI/Escape.pm in @INC (@INC contains: /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/lib/xfce4/exo-1/exo-compose-mail-1 line 24.BEGIN failed--compilation aborted at /usr/lib/xfce4/exo-1/exo-compose-mail-1 line 24.(exo-helper-1:2540): Gtk-WARNING **:
Hi am running Centos 5.4 and would like to write a small perl script to collect some info from mysql.
so I went
yum install perl-DBI
yum install perl-DBD-mysql
then
nano perl.pl
---
#!/bin/perl
use Mysql;
$host=localhost;
$database=mydb;
$user=username;
$pw=password;
$connect = Mysql->connect($host, $database, $user, $pw);
# SELECT DB
$connect->selectdb($database);
---
however when
I do a perl 5.10.1 compile it and try to test out my gtk2 to see if it work and get this error..
I Have install latest version of CPAN v1.9800 in my ubuntu 10.04.
When i try to install any cpan module using perl -MCPAN -e shell;install GD::Graph,
It's showing below issue.
I can't find out problem.
**root@karthik#perl -MCPAN -e shell**
***Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9800)
Enter 'h' for help.
cpan[1]> install GD::Graph
I'm trying to install bcvi (under Cygwin), and there are apparently no directions that apply to this setup.
I was attempting to upgrade my Perl modules through CPAN, but I did not supply a regex/module name to upgrade: perl -MCPAN -e 'upgrade'; I can only assume the worst (which seems to be supported by the output of perldoc perllocal), i.e. all Perl modules from CPAN are installing.
How can I undo this mess?