hi
(kinda new at perl programming)
I'm looking for a module that given an url will allow me to get to a point where I have an array,
the elements of which are strings of the same (as lose as possible at least) text lines,
that I would see in my internet browser as it opened the web page's url.
so basically in the point if I would print the array I would see the same (text only of course) thing as my browser would.
kinda like using perl as my internet browser (if I don't mind there are no images etc.. ^^).
thx
^_^ oh yeah forgot a few things that might be relevant:
The general Idea is that I could have perl analyze a webpage's text content automatically, without me having to know html or javascript or anything else other than perl and the page's content's form.
Also it would be gr8 if the module count also handle tables (even if only tables of text).
And I would prefer a module that would handle any text languages,
not only English (if possible),
or alternatively a 2nd module that could translate the character between languages,
as if the 1st module could do it in all languages (unicode thing ? never mind ^^).
The cpan search engine was as always no help without a specific module's name...
thx again ;-)
(kinda new at perl programming)
I'm looking for a module that given an url will allow me to get to a point where I have an array,
the elements of which are strings of the same (as lose as possible at least) text lines,
that I would see in my internet browser as it opened the web page's url.
so basically in the point if I would print the array I would see the same (text only of course) thing as my browser would.
kinda like using perl as my internet browser (if I don't mind there are no images etc.. ^^).
thx
^_^ oh yeah forgot a few things that might be relevant:
The general Idea is that I could have perl analyze a webpage's text content automatically, without me having to know html or javascript or anything else other than perl and the page's content's form.
Also it would be gr8 if the module count also handle tables (even if only tables of text).
And I would prefer a module that would handle any text languages,
not only English (if possible),
or alternatively a 2nd module that could translate the character between languages,
as if the 1st module could do it in all languages (unicode thing ? never mind ^^).
The cpan search engine was as always no help without a specific module's name...
thx again ;-)