Hello,
I'd like to fetch a http-site with a perl-script,
fill in the form with the script,
open the modifyed http-site with firefox/browser.
Therefore I tested, fetching with WWW::Mechanize
from Activestate Perl 5.10
and used Win32::Process to display the (original) URL.
As far as I know Win32::Process needs a URL to display
in a browser.
Is it possible to display the modifyed page in firefox ?