Hi,
Anyone know any URL about libwww example / tutorial?
I cant find decent source. I just want to learn how to GET an ouput from a website and
parse the
output.
from one of example, I can print the output like this :
if ($res->is_success) {
print $res->content;
} else {
print "Error: " . $res->status_line . "\n";
}
What is the variable type of $res->content ? is it Array? Because it just dumped the
output
(multiple lines), I need to parse line by line.
Thanks,
kapot
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus � Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]