| VFS documentation | Contained in the VFS distribution. |
VFS - A virtual filesystem layer for Perl
Unimplemented.
An implementation of a virtual file system in Perl. It will allow creation, reading and writing of files, mounting of systems in other systems, ...
| VFS documentation | Contained in the VFS distribution. |
package VFS; use strict; use vars qw($VERSION); use VFS::Filesystem; use VFS::File; $VERSION = "0.01";
1;