Hi,
I have a program that uses Win32::GUI modul.
Is there any way to open a HTML document in a created window?
I would like to open the HTML document in a similar(the same )
way as it it is done in a web browser.
Thanks for help.
Ladislav
From: Jonathan S. <jso...@al...> - 2001-04-03 14:32:49
Along those lines how about being able to make a program go to a web page
that is a perl script and feeding the results of the script back to the
local program?
Jonathan
----- Original Message -----
From: <ex...@se...>
To: <per...@li...>
Sent: Tuesday, April 03, 2001 9:30 AM
Subject: [perl-win32-gui-users] Is it possible?
> Hi,
> I have a program that uses Win32::GUI modul.
> Is there any way to open a HTML document in a created window?
> I would like to open the HTML document in a similar(the same )
> way as it it is done in a web browser.
>
> Thanks for help.
> Ladislav
>
>
> _______________________________________________
> Perl-Win32-GUI-Users mailing list
> Per...@li...
> http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
>
From: Johan L. <jp...@bo...> - 2001-04-03 14:46:35
Jonathan wrote:
>Along those lines how about being able to make a program go to a web page
>that is a perl script and feeding the results of the script back to the
>local program?
I guess libwww is pretty much what you want:
use LWP::Simple;
$doc = get 'http://www.sn.no/libwww-perl/';
It is part of the distribution, so check out the LWP documentation (lwpcook
contains examples) in your local Perl installation or look here:
http://search.cpan.org/search?dist=libwww-perl
/J
--
Johan Lindström, Sourcerer, Boss Casinos Ltd, Antigua
jp...@bo...