i have the following software installed in my system :
1.OS: Win2k
2.Eclipse Version used :3.4.0 & even the perl too...
1. I have imported the my own perl project in Eclipse, when i tried to run the External Tools --> Perl -w
am getting the popup saying
'Launching perl -w encounterd a problem.'then it says :
" Variable references empty selection:
${container_loc} "
I have set the Argument section in External Tools Configuration as :
Expand|Select|Wrap|Line Numbers
- /c cd /C ${container_loc} && perl -w ${resource_name}
what exactly i need to mention in container_loc & resource_name variables ??
2. when i try to run the *.pl in Eclipse, i get an error message saying
Expand|Select|Wrap|Line Numbers
- an't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: C:/Documents and Settings/RAGHAVANV/workspace/.metadata/.plugins/org.epic.debug C:/Documents and Settings/RAGHAVANV/workspace/svap1/Perl_Tools_ICON_PROD_SVAP_2_15 C:/Perl/site/lib C:/Perl/lib .) at C:/Documents and Settings/RAGHAVANV/workspace/svap1/Perl_Tools_ICON_PROD_SVAP_2_15/process_stats_iconprod.pl line 4.
can anyone do please give me the exact steps to follow to install the perl modules in windows.
i have followed these steps :
1. perl Makefile.pl
2. make
3.make test
4.make install
when i try to run the perl script through cmd prompt, i get this error message
"C:\>cd perl
C:\Perl>cd bin
C:\Perl\bin>perl process_stats_iconprod.pl
Can't locate Spreadsheet/WriteExcel.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib .) at process_stats_iconprod.pl line 4.
BEGIN failed--compilation aborted at process_stats_iconprod.pl line 4.
C:\Perl\bin>