html::display::win32::ole(3pm) debian man page | unix.com

Man Page: html::display::win32::ole

Operating Environment: debian

Section: 3pm

HTML::Display::Win32::OLE(3pm)				User Contributed Perl Documentation			    HTML::Display::Win32::OLE(3pm)

NAME
HTML::Display::Win32::OLE - use an OLE object to display HTML
SYNOPSIS
package HTML::Display::Win32::OleControl; use parent 'HTML::Display::Win32::OLE'; sub new { my $class = shift; $class->SUPER::new( app_string => "FooBrowser.Application", @_ ); $self; }; my $browser = HTML::Display->new( class => 'HTML::Display::Win32::OleControl', ); $browser->display("<html><body><h1>Hello world!</h1></body></html>"); setup "setup" is a method you can override to provide initial setup of your OLE control. It is called after the control is instantiated for the first time. control This initializes the OLE control and returns it. Only one control is initialized for each object instance. You don't need to store it separately.
AUTHOR
Copyright (c) 2004-2007 Max Maischein "<corion@cpan.org>"
LICENSE
This module is released under the same terms as Perl itself. perl v5.10.1 2007-10-20 HTML::Display::Win32::OLE(3pm)
Related Man Pages
html::display(3pm) - debian
html::formhandler::field::display(3pm) - debian
html::stripscripts::parser(3pm) - debian
html::wikiconverter::snipsnap(3pm) - debian
www::mechanize::formfiller::value::callback(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph