0

I am trying to mine data from a webpage with the WWW::Mechanize perl module. However, I first need to establish a connection so that this webpage will allow me to access the data. In a browser, I can establish this connection by clicking a particular href link. Is there a way to do this with Perl?

Thank you very much.

rodms
  • 371
  • 3
  • 12

1 Answers1

0

Here is a handy passage about following links from the WWW::Mechanize manual.

Len Jaffe
  • 3,442
  • 1
  • 21
  • 28