in reply to
Re: HTTP::Request pipe through regex
in thread
HTTP::Request pipe through regex
It does not work. I can get all the html to print to stdout but can't funnel it into the regex.
Comment on
Re^2: HTTP::Request pipe through regex
Replies are listed 'Best First'.
Re^3: HTTP::Request pipe through regex
by
Joost
(Canon)
on Mar 09, 2007 at 18:31 UTC
That's because getprint() prints the html to stdout. it does not return the HTML. As I wrote below, you want get() for that.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
[reply]
In Section
Seekers of Perl Wisdom