Monday, April 28, 2008

Installing perl modules using CPAN on Linux

Go to terminal console as root

#perl -MCPAN -e 'shell'

cpan> install Net::DNS

That's all ;)

No comments:

Post a Comment