Printing HTML parsed data automatically in Perl language programming
Asked By
0 points
N/A
Posted on - 05/24/2015
I have a huge database of links of products of a superficial store. How to parse the HTML file using Perl language. I am writing a few scripts and testing the same. My main difficulty is in making the script simulate the click behavior. How to simulate that? Also, is there a way to send all the extracted and clicked links into printer? I want to create a report of all worked links so that both testing and report generation is automated? Is it possible to generate the PDF report of the same?