drewhead has asked for the wisdom of the Perl Monks concerning the following question:
Alas I know little to nothing about Win32 programming or VB, though reading the example sub declarations does leave me with a decent understanding of the input and output.
I need to be able to access some of the data in these data files on *nix, specfically Linux. The app that needs this data is in perl. Is there a way from perl on a non Win32 system that I can use the API in the DLLs?
I've done some searching and reading and found the Win32::API which looks like the right tool for the job maybe? But I gather this only works on Win32 perl since I don't seem to be able to install it on a linux system?
Are there any option available to me or am I stuck on Win32?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can I use Win32 DLLs on *nix perl?
by ikegami (Patriarch) on Dec 02, 2005 at 16:01 UTC | |
by sgifford (Prior) on Dec 02, 2005 at 20:24 UTC | |
|
Re: Can I use Win32 DLLs on *nix perl?
by Fletch (Bishop) on Dec 02, 2005 at 16:05 UTC | |
|
Re: Can I use Win32 DLLs on *nix perl?
by Courage (Parson) on Dec 03, 2005 at 09:30 UTC |