Hi,
I want to write some Perl-progams to make analyses. My problem:
lynx -accept_all_cookies -base -source http://www.mypage.html | myscript.pl > results.txt
does not work, because lynx is not installable on the server.
Is there a way to get the content from an URL into Perl, maybe in an variable? The best way would be, I give the URL as a parameter to my perl-skipt like:
myscript.pl http://www.mypage.html > results.txt
Greetings from Frankfurt
Roman