Hi Rene, --- Rene Borchers <[EMAIL PROTECTED]> wrote: > After installation, the module is ready to use. Try > running your program.
It worked now. Tks. > For the sudo command you have to modify the file > /etc/sudoers, in this > file stands which user is allowed to execute which > command with root > permission. therefore you you have to add yourself > allowing to execute > the perl -M CPAN install ...... command. # cat /etc/sudoers ..... User privilege specification root ALL=(ALL) ALL # Uncomment to allow people in group wheel to run all commands # %wheel ALL=(ALL) ALL .... I'll uncomment the above line B.R. Stephen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>