in reply to Can a whole web page be saved using Perl?
This works for me
# this is what $agent->content does print "outerHTML \n\n", $agent->Document->documentElement->{outerHTML},"\n"; # this returns same content print "innerHTML \n\n", $agent->Document->documentElement->{innerHTML},"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can a whole web page be saved using Perl?
by eshwar (Novice) on Aug 15, 2009 at 04:30 UTC | |
by Anonymous Monk on Aug 15, 2009 at 09:17 UTC | |
by Anonymous Monk on Aug 15, 2009 at 09:15 UTC |