Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32::OLE;
    ...
    
    print $sugg . "\n";
    
  2. or download this
    OLE DOCS...
    
    ...
            my $y = Variant(VT_I4|VT_BYREF, 0);
            $Corel->GetSize($x, $y);
            print "Size is $x by $y\n";