http://qs321.pair.com?node_id=478244

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

Fellow Monks !

I've got a problem with Filter-Include module.

This module replaces the include line from the original code with the target code, so the result is one big dump code that contains all the inclde files.
The perl interpreter goes line by line on the dump code. Now, suppose I have a syntax error, I would have no idea in what line or file the error took place !!!! since there's just one virtual file.

What are the possibilities ?

Is there any extra mechanism/module that can calculate the location of the detected error ?

TIA,

Mosh

UPDATE
Any other Ideas, Guys ???
It's really annoying me.