Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: space /slash query
by davido (Cardinal) on Mar 17, 2011 at 00:32 UTC

    Why don't you show us an example of the line that is causing the error. Preferably, we should be able to 'perl -c' that line and get the same message.


    Dave

Re: space /slash query
by danwoods (Initiate) on Mar 16, 2011 at 19:04 UTC
    Can you be a little bit clearer? What do you mean "includes an escape slash for extra space at the end"? At the end of what?

      Basically there is a file "foo.c" which includes "foo.h",at this line of inclusion at the end there is an extra space which gets converted as escape slash for the extra space at the end

        3 spaces left of line 42
    A reply falls below the community's threshold of quality. You may see it by logging in.
    A reply falls below the community's threshold of quality. You may see it by logging in.