I installed eclipse and epic however when i start a new perl project, perldoc doesnt work, there are no errors or warnings, and there is no text highlight for the code... Can anyone tell me how i can get this to work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I installed eclipse and epic however when i start a new perl project, perldoc doesnt work, there are no errors or warnings, and there is no text highlight for the code... Can anyone tell me how i can get this to work?
perldoc -> probably the "perl -w" problem mentioned in the FAQ
syntax highlighting -> right-click on file, Open With... "Perl Editor"
perlw.exe, not perl -w. Anyway check out the FAQ.