in reply to Re^2: Help logging into a website with LWP::UserAgent
in thread Help logging into a website with LWP::UserAgent

Again, you will have to learn about what HTTP is, and how it relates to HTML.

Maybe starting by looking at the site source code gives you an idea of how the parts interact, or maybe you are better off to use WWW::Mechanize and/or one of its Javascript-enabled variants.

  • Comment on Re^3: Help logging into a website with LWP::UserAgent

Replies are listed 'Best First'.
Re^4: Help logging into a website with LWP::UserAgent
by SebMorris (Novice) on May 18, 2014 at 18:26 UTC

    Ok thanks back to the drawing board!