The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Filesys"

Filesys::Df - Perl extension for filesystem disk space information. River stage one • 3 direct dependents • 6 total dependents

This module provides a way to obtain filesystem disk space information. This is a Unix only distribution. If you want to gather this information for Unix and Windows, use "Filesys::DfPortable". The only major benefit of using "Filesys::Df" over "File...

IGUTHRIE/Filesys-Df-0.92 - 25 Jun 2006 05:58:12 UTC - Search in distribution

Filesys::Cap - Test filesystem capabilities/characteristics River stage three • 3 direct dependents • 409 total dependents

PERLANCAR/Filesys-Cap-0.02 - 12 Nov 2015 13:06:09 UTC - Search in distribution

Filesys::ZFS River stage zero No dependents

Filesys::ZFS is a simple interface to zfs and zpool commands for managing ZFS file systems...

CFABER/Filesys-ZFS-1.5 - 06 Sep 2014 22:22:53 UTC - Search in distribution

Filesys::Tree - Return contents of directories in a tree-like format River stage zero No dependents

COG/Filesys-Tree-0.02 - 05 Aug 2005 09:18:37 UTC - Search in distribution
  • tree - displays a tree-like representation of a set of directories

Filesys::Type - Portable way of determining the type of a file system. River stage zero No dependents

This module provides a portable interface, either to Unix mount -n or to Win32::filesys or to another native OS interface. The module is pluggable, which will allow for other operating systems to be added in future without needing to change the core ...

IVORW/Filesys-Type-0.02 - 08 Jul 2005 15:00:42 UTC - Search in distribution

Filesys::Btrfs - Simple wrapper around Linux btrfs util. River stage zero No dependents

KOLYA/Filesys-Btrfs-0.03 - 20 Oct 2012 00:54:33 UTC - Search in distribution

Filesys::POSIX - Provide POSIX-like filesystem semantics in pure Perl River stage one • 2 direct dependents • 6 total dependents

Filesys::POSIX provides a fairly complete suite of tools comprising the semantics of a POSIX filesystem, with path resolution, mount points, inodes, a VFS, and some common utilities found in the userland. Some features not found in a normal POSIX env...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 UTC - Search in distribution

Filesys::SamFS - Perl extension mapping the SamFS API to Perl River stage zero No dependents

Filesys::SamFS makes the SamFS API available to Perl. SamFS is a HSM (Hierarchical Storage Management) Filesystem; it manages files in two storage levels - a cache on disks and an archive on removable media like magneto-optical disks or tapes. SamFS ...

LUPE/Filesys-SamFS-0.101 - 14 Apr 2008 08:42:30 UTC - Search in distribution

Filesys::MakeISO - make iso images (portable) River stage one • 3 direct dependents • 3 total dependents

UVOELKER/Filesys-MakeISO-v0.1.0 - 14 Jan 2006 09:20:55 UTC - Search in distribution

Filesys::Statvfs - Perl extension for statvfs() and fstatvfs() River stage two • 3 direct dependents • 20 total dependents

Interface for statvfs() and fstatvfs() Unless you need access to the bsize, flag, and namemax values, you should probably look at using Filesys::DfPortable or Filesys::Df instead. They will generally provide you with more functionality and portabilit...

IGUTHRIE/Filesys-Statvfs-0.82 - 25 Jun 2006 05:59:54 UTC - Search in distribution

Filesys::Virtual - Perl extension to provide a framework for a virtual filesystem River stage two • 6 direct dependents • 15 total dependents

This is a base class. See "SEE ALSO" below. EXPORT None by default. TODO Please contact David if you have any suggestions....

XANTUS/Filesys-Virtual-0.06 - 30 Jul 2006 23:02:57 UTC - Search in distribution

Filesys::DiskFree - perform the Unix command 'df' in a portable fashion River stage zero No dependents

Filesys::DiskFree does about what the unix command df(1) does, listing the mounted disks, and the amount of free space used & available. Functions Filesys::DiskFree->set('option' => 'value') Sets various options within the module. The most common opt...

ABARCLAY/Filesys-DiskFree-0.06 - 23 Oct 1998 22:37:48 UTC - Search in distribution

Filesys::Restrict - Restrict filesystem access River stage zero No dependents

This module is a reasonable-best-effort at preventing Perl code from accessing files you don’t want to allow. One potential application of this is to restrict filesystem access to /tmp in tests. POD ERRORS Hey! The above document had some coding erro...

FELIPE/Filesys-Restrict-0.05 - 30 Dec 2022 13:36:34 UTC - Search in distribution

Filesys::DiskSpace - Perl df River stage zero No dependents

This routine displays information on a file system such as its type, the amount of disk space occupied, the total disk space and the number of inodes. It tries "syscall(SYS_statfs)" and "syscall(SYS_statvfs)" in several ways. If all fails, it "croak"...

FTASSIN/Filesys-DiskSpace-0.05 - 05 Sep 1999 22:36:00 UTC - Search in distribution

Filesys::DiskUsage - Estimate file space usage (similar to `du`) River stage one • 2 direct dependents • 2 total dependents

MANWAR/Filesys-DiskUsage-0.13 - 28 Jul 2019 09:28:29 UTC - Search in distribution
  • fdu - Estimate file space usage (using Filesys::DiskUsage)

Filesys::SmbClient - Interface for access Samba filesystem with libsmclient.so River stage one • 2 direct dependents • 4 total dependents

Provide interface to access routine defined in libsmbclient.so provided with Samba. Since 3.0 release of this package, you need a least samba-3.0.2. For prior release of Samba, use Filesys::SmbClient version 1.x. For old and 2.x release, this library...

ALIAN/Filesys-SmbClient-3.2 - 04 Dec 2012 14:51:21 UTC - Search in distribution

Filesys::DfPortable - Perl extension for filesystem disk space information. River stage one • 1 direct dependent • 2 total dependents

This module provides a portable way to obtain filesystem disk space information. The module should work with all versions of Windows (95 and up), and with all flavors of Unix that implement the "statvfs" or the "statfs" calls. This would include Linu...

IGUTHRIE/Filesys-DfPortable-0.85 - 25 Jun 2006 05:59:58 UTC - Search in distribution

Filesys::CygwinPaths - Perl extension to get various conversions of path specifications in the Cygwin port of Perl. River stage zero No dependents

Filesys::CygwinPaths is a Cygwin-specific module created to ease the author's occasional pique over the little quirks that come up with using Perl on Cygwin, the free POSIX emulation psuedoplatform for Microsoft Windows(tm). The subroutines it export...

SOMIAN/Filesys-CygwinPaths-0.04 - 02 Jun 2003 21:51:28 UTC - Search in distribution

Filesys::SmbClientParser - Perl client to reach Samba ressources with smbclient River stage zero No dependents

SmbClientParser work with output of bin smbclient, so it doesn't work on win platform. (but query of win platform work of course) A best method is work with a samba shared librarie and xs language, but on Nov.2000 (Samba version prior to 2.0.8) there...

ALIAN/Filesys-SmbClientParser-2.7 - 14 Apr 2004 21:56:02 UTC - Search in distribution

IO::All::Filesys - File System Methods Mixin for IO::All River stage three • 134 direct dependents • 358 total dependents

<<<cpan-foot>>>...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution
92 results (0.072 seconds)