| dada's perl lab |
justanother Win32 perl hacker
Camel, Llama & Gecko images are trademarks of O'Reilly & Associates, Inc. Used with permission. |
|
welcome to my lab! here you'll find some perl modules, scripts and CGIs I've created. please don't mail me with (too many ;-) questions or help requests; the preferred media for this, unless otherwise specified, is the Perl-Win32-Users mailing list provided by ActiveState™. |
||
| modules | ||
they're worldwide available from either my CPAN directory (source code) or the ActiveState Package Repository (precompiled binaries), but here you'll find the most up-to-date versions:
also note that I've started mantaining my own PPM repository! |
||
| scripts | ||
|
||
| © 1997..2003 Aldo Calpini. | ||
[ Next Page | Skip Next | List Next 5 | Random Link ] Want to join the ring? Click here for info
|
| Win32::GUI | Back |
|
|
||
| Win32::API | Back |
|
Win32::API is a perl extension to import and call functions from any 32-bit DLL (Dynamic Link Library); its main use is to perform "quick and dirty" calls to non otherwise implemented Win32 APIs or third-party or even homegrown DLLs. |
||
| Win32::Clipboard | Back |
|
this module lets you interact with the Windows clipboard; currently supported features are: |
||
| dada's PPM Repository | Back |
|
the repository is located at http://dada.perl.it/PPM; actually it contains the following modules:
they're precompiled for 5.005 MSWin32-x86-object (ActivePerl 5xx) and 5.6 MSWin32-x86-multi-thread (ActivePerl 6xx); to install from there simply type:ppm install --location=http://dada.perl.it/PPM modulename you can also add my repository permanently to your current set, so that PPM will be able to download from there: $ ppm PPM interactive shell (1.1.1) - type 'help' for available commands. PPM> set repository dada http://dada.perl.it/PPM PPM> set save PPM> quit Quit! |
||
| the end |