amoura has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to match the string with "-D" , I was able to do that fine , however; I get also the "\" that appear at the end of each line . any hint please so I can match my string without geting the "\" at the end of the line ..-D__c_plusplus=1 -D__cplusplus=1 \ -D__NAMESPACES -D__STANDARD_CXX \ -D__ghs -Dghs -D__SoftwareFloat \ -D__m68k -Dm68k -D__mc68000 \ -D__m68ec060 -Dm68ec060
thanks much
edited: Wed Jun 26 15:35:45 2002 by jeffa - title spelling correction
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: string minuplate
by gav^ (Curate) on Jun 26, 2002 at 00:34 UTC | |
by amoura (Initiate) on Jun 26, 2002 at 14:49 UTC | |
|
Re: string minuplate
by bronto (Priest) on Jun 26, 2002 at 08:24 UTC |