in reply to When eclipse is the Villain

I'm not going to try to get an eclipse environment configured exactly like yours. Please upload the two files in question and provide a better description of the problem and maybe we can help you.

Question: do you run pod2html from the command line in both cases or do you start it from eclipse in some way? If you run pod2html exactly the same way on identical files the output should be the same, so either your files are not identical or you're not using the same process to generate html.

Replies are listed 'Best First'.
Re^2: When eclipse is the Villain
by perllove (Beadle) on Jul 01, 2007 at 17:21 UTC
    I am using the following command in both the cases
    perltidy -html test.pl -frames
    As you might be already knowing perltidy implicitly calls pod2html. Anyways I tried calling pod2html directly too with no change
    I can paste the code here tomorrow if you want. But as I said in the above post, I have put both the POD sections(with same text) in one script and then ran it to get different results.