in reply to Re: javascript to html to perl
in thread javascript to html to perl
Yes, that was my first approach. But it is very fragile. To begin with, there are plenty of escaped double-quotes. These wouldn't be hard to take care of, but it will inevitably continue with stuff breaking my regexes.
I don't want to end up trying to write a javascript parser in Perl, when there are excellent javascript interpreters already in the browsers. There must be a way to make them work for my Perl script instead of the browser window.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: javascript to html to perl
by Adrade (Pilgrim) on May 10, 2005 at 23:48 UTC |