Hi all,

I want to make a script to parse an .html file for getting the web
addresses.
I know what regexp I need to use but I have a problem reading the file.

Some addresses are on 2 or more lines and I can't use the
while (<FILE>) {

and I think I need to use the read(FILE, $buffer, 1024)  but I can't use it
because I don't know how many bytes to read at once.

I also know that I could use the:
$\="\n";
to read from the end of line to end of line, but I don't know how to read
from the beginning of a link until the next beginning of a link.

Do you know if I can use a string to mark the text for reading or I can use
only a character for this?

Help!

Teddy,
My dear email address is [EMAIL PROTECTED]



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to