Help for this page

Select Code to Download


  1. or download this
    #!c:\perl\bin\perl -w
    
    use strict;
    ...
    my $point = Win32::API::Struct->new( 'LPPOINT' ) or die $!;
    
    print Dumper( $point );
    
  2. or download this
    Unknown Win32::API::Struct 'LPPOINT' at C:\point.pl line 9
    Died at C:\point.pl line 9, <DATA> line 164.