jacques has asked for the wisdom of the Perl Monks concerning the following question:
The "i" flag has to be there. So in this example, I would want "tab-fade-right". The problem with using a regex to get the job done is the same problem faced by using a regex to parse HTML. I guess I would want to use something like HTML::Parser but for Mason tags. Any suggestions?<% "tab-fade-right"|i %>
Would it be better to have Mason process the page and then somehow grab what is being escaped by the "i" flag?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing Mason tags like HTML tags?
by PodMaster (Abbot) on Oct 06, 2005 at 03:38 UTC | |
by jacques (Priest) on Oct 06, 2005 at 18:09 UTC | |
|
Re: Parsing Mason tags like HTML tags?
by johnnywang (Priest) on Oct 06, 2005 at 19:51 UTC |