My server runs on Red Hat Linux Cent OS Release(OS) I want to run a perl script which uses Net::Google::Spreadsheets But the required module is not getting installed thru cpan I want to configure a latest repository so that it contains all required perl modules Only way to configure repository is thru the terminal(coz my server is in other location) Any kind of help is appreciated Thanks in advance
Can you try this? Go to the Perl shell... Code: perl -MCPAN -e shell ... and run Code: install Net::Google::Spreadsheets Type q afterwards to leave the shell.
Thank you I tried like this in the cpan shell get Net::Google::Spreadsheets and then this command install Net::Google::Spreadsheets Thank you