in reply to meta parsing problems

You treat $content as a string. 5th line, you treat it like a filehandle, reading it line by line. You can't have it both ways.

What if name and content were switched in positions. XML allows that. regexp's dont' work easily on context free languages.

Replies are listed 'Best First'.
Re: Re: meta parsing problems
by Anonymous Monk on May 23, 2004 at 21:09 UTC
    So what's the solution for the string problem? The array didn't work so I was forced to use a scalar, which obviously doesn't work either.

    I'm prepared for the reversed meta tags, I thought about that already but that's to be worked on after the meta tags work the first time around with this.

    thanks