in reply to Re: Re: Re: recursive join
in thread recursive join

Thanks again, you have been a great help. I always learn something new when I come here.

One last thing, shouldn't I have a slash after the match character?

push @conf, $1 if m[^SSLOGGER FILE\s+=\s+(.*?)/$]; #before push @conf, $1 if m/[^SSLOGGER FILE\s+=\s+(.*?)/$]; #after
I'm using VIM for windows and it doesn't like that string for some reason

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: recursive join
by BrowserUk (Patriarch) on Dec 21, 2002 at 15:10 UTC

    No. I was using m[...] as an alternative to m/.../

    If your editor doesn't like it, then try m!...!


    Examine what is said, not who speaks.