Hi,
I would like try the simple perl-based text processor(url extractor) which will extract from web page some data and show it on separate page.
I mean user input as follows:
I copy and paste page url into special field into cgi page and click "Process" button. Script connects to target page and extract the required data. I want to get the list with url and names against each link:

rtsp://294.173.72.132/storage/01BE012430_1000.wmv JanetJackson_Again
The variable in this link is only 01BE012430, the rest is constant.
The variable data is inside html code, it contains within the followind string:
ID(10 numbers):
1) <input type="radio" id="rad01BE012430" name="rad01BE012430" checked>Full need be taken from name="rad01BE012430", rad prefix need be cutted.

or from

2) ..checked VALUE="01BE012430">

Artist and sond titel locate before ID, inside this code:
1. <font color="#333333">Melanie G</font></strong><font color="#333333 +"><br>Word Up</a></font></span> <BR> <td width="20%"><b>Artist</b></td> <td width="80%">Sandra</td> <br> <td width="20%"><b>Title</b></td> <td width="80%">Secret Land</td>,
or
<font color="#333333">Melanie G</font></strong><font color="#333333"> +<br>Word Up</a></font></span><br>
Need help to make this script. Dont know, possible Javascript may better handle this, but it will require copy and paste all html code in javascript page, locally. Not so bad.

In reply to Links and data extractor script by sandal

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.