I get this error:
Can\'t locate Foo.pm in @INC
Is there an easier way to install it than downloading, untarring, making, etc?
Sometimes you can use the yum search foo to search the relative perl module, then use yum install xxx to install.
yum search foo
yum install xxx