Cool!  However, I have several "types" of includes, e.g.:

        #include "duh.h"
        # include "duh.h"
        #include /**/ "duh.h"
        # include /**/ "duh.h"
        #  include ... etc.

As such, I'd like to be able to do something like:

        #include "duh.h"        ->      #include <duh.h>
        # include /**/ "duh.h"  ->      # include /**/ <duh.h>
        ... etc.

Is there a way to accomplish without making several passes?  I'm not a
Perl guru either so this is all very new to me. Sorry.

Thanks again,
-Ossama
______________________________________________________________________
Ossama Othman <[EMAIL PROTECTED]>

Reply via email to