ba01c51874
FUSE. PR: ports/101455 Submitted by: Gea-Suan Lin <gslin at gslin.org>
6 lines
301 B
Text
6 lines
301 B
Text
Fuse lets you write filesystems in Perl. Fuse::Simple makes this
|
|
REALLY Simple, as you just need a hash for your root directory,
|
|
containing strings for files, more hashes for subdirs, or functions to
|
|
be called for magical functionality a bit like /proc.
|
|
|
|
WWW: http://search.cpan.org/dist/Fuse-Simple/
|