in reply to Parse HTML into multidimensional array
You already have an RSS feed of the stuff you want, why not use something like XML::RSS to parse it easily and reliably?
As for your aversion of modules: don't. Modules are part of why Perl is so useful. You don't have to understand all of what a module does, just use one to get your work done.
Then, if you have time left, you can peruse the source code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Parse HTML into multidimensional array
by mazdajai (Novice) on Jul 16, 2015 at 22:29 UTC |