Rafala, Michael wrote:
> I've got a script that uses Win32::API to send an Esc key command
> to the application with the focus.
>
> Because API.pm is not included in the standard release of
> ActivePerl, I'd rather not have to use it.
>
> Is there another way to accomplish this?
yes, you can use the FFI module (not included in the standard
release :-).
if you want to have C functionalities without installing any
additional Perl modules, you can always write a program in C!
once you have installed Perl, installing Perl modules (even
automatizing their installation) is not that difficult. YMMV.
cheers,
Aldo
__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users