Baratski has asked for the wisdom of the Perl Monks concerning the following question:
I'm just curious. Should I use Win32API modules for file operations on my Windows computer, or does it really matter?
When experimenting, (learning), I do this:
open F, ">$file"; print F $stuff; close F;
I also use, read(), seek(), tell()....
But Win32API::????? File.pm, (85KB), is full of all sorts of interesting items. Should I use it? What's it for?
This probably will register as a stupid question, since I never end up with corrupt files. I wrote a little file splitting program for myself, and everything works out fine.
Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32API modules
by keszler (Priest) on Jul 03, 2004 at 22:02 UTC | |
|
Re: Win32API modules
by aquarium (Curate) on Jul 04, 2004 at 00:11 UTC | |
by Baratski (Acolyte) on Jul 04, 2004 at 02:43 UTC |