in reply to Re: Small problem with creating webpages using Perltidy
in thread Small problem with creating webpages using Perltidy

I have solved the issue, solution is quite funny. I edited using VI instead of eclipse and magic it worked. I never expected to see this kind of bug.. huh that's life. I have even made hexdump to check any meta characters are being inserted by eclipse.. nothing. I would like to know if anyone knows the reason of this
  • Comment on Re^2: Small problem with creating webpages using Perltidy

Replies are listed 'Best First'.
Re^3: Small problem with creating webpages using Perltidy
by GrandFather (Saint) on Jun 30, 2007 at 21:23 UTC

    I don't "know" what the problem is, but my guess is: look for "blank" lines with spaces or tabs on them and make sure there is no trailing white space on the pod directives (the lines starting with =). You might also check that line endings are consistent (lf, crlf or cr). If your editor has a mode for showing white space and line end characters turn it on.


    DWIM is Perl's answer to Gödel