i am trying to write a simple perl script to parse the HTML page.
I need to extract the following:
1. The complete path of each links in the page ( for example :http://www.test.us/testme.html instead of testme.html)
2. The label of the link
I do not want to use perl libraries.
Please help.
I need to extract the following:
1. The complete path of each links in the page ( for example :http://www.test.us/testme.html instead of testme.html)
2. The label of the link
I do not want to use perl libraries.
Please help.
Comment