Ask a Question related to PERL Modules, Design and Development.
-
Ian Guthrie #1
New module Filesys::DfPortable & new version Filesys::Df
Hey, I created a new module called Filesys::DfPortable. It is similar to ye
olde Filesys::Df but it also supports all versions of Windows (95 and up).
It is the first module that I know of that will pull filesystem information
from both Unix and Windows. If you want to check it out, you can get it
here: [url]http://search.cpan.org/~iguthrie/Filesys-DfPortable-0.84/[/url]
I also released a new version of Filesys::Df which is still Unix only. I
redid most of the code, added some bug fixes, added the ability to take open
filehandles as an argument, and changed the system call detection so that it
is more robust. You can find it here:
[url]http://search.cpan.org/~iguthrie/Filesys-Df-0.90/[/url]
If you are asking yourself why Filesys::DfPortable didn't replace
Filesys::Df, there are several reasons. First of all I wanted to maintain
backwards compability with applications using Filesys::Df, and continue to
support and upgrade it. Second, Filesys::Df supports open file handles as
arguments which Filesys::DfPortable does not. Third, the interface between
the two has some minor differences, which again would cause problems with
backwards compatability. Fourth when Filesys::DfPortable originated, it was
very different from Filesys::Df and the two didn't resemble each other at
all. Only after a few releases did the two become similar in terms of code
and the interface.
Anyway if you have any questions or problems with either, please feel free
to post them here or email me.
Thanks,
Ian
Ian Guthrie Guest
-
Filesys::SmbClient Build Errors
I've tried building Filesys::SmbClient through CPAN on my workstation and two development servers (running ubuntu and suse) to no avail. Tried some... -
ANNOUNCE: GMP module version 2.00
The GMP aribitrary precision arithmetic library includes a "GMP" module, providing a perl interface to the library. GMP version 4.1.3 contains a... -
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option... -
How to use mget with Filesys::SmbClientParser module ?
Hi, Im trying to get some files using Filesys::SmbClientParser module but, I got this error when i run the script, sh: -c: line 1: unexpected... -
Secure module version
Benjamin Goldberg wrote: Hmm.. I don't get any such warnings. What other potential problems do you have in mind? It's CGI::Carp I'm playing...



Reply With Quote

