in reply to Re: Re: Re: recursive join
in thread recursive join
One last thing, shouldn't I have a slash after the match character?
I'm using VIM for windows and it doesn't like that string for some reasonpush @conf, $1 if m[^SSLOGGER FILE\s+=\s+(.*?)/$]; #before push @conf, $1 if m/[^SSLOGGER FILE\s+=\s+(.*?)/$]; #after
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: recursive join
by BrowserUk (Patriarch) on Dec 21, 2002 at 15:10 UTC |