
hydpm
User
Mar 3, 2010, 2:31 AM
Post #1 of 2
(2651 views)
|
Perl script to Login into a website and verify number of problems solved
|
Can't Post
|
|
Hi, I'm trying to write a perl script to loginto a website and find the number of problems solved. After login into web site , we will find a string "0 out of 280" it means 0 problems solved . i need to capture the whatever the number of problems solved.? Perl test that logs on 'http://projecteuler.net' using a specific username [wingsof5r] and password[test123], and verify that the number of problem solved reported on 'http://projecteuler.net/index.php?section=problems' are equal to a certain, pre-determined, value. Using any module will be fine and it will be fine if it produces TAP output. Please help me.
|