libfuse-perl

Perl bindings for fuse (filesystems in userland
  http://search.cpan.org/dist/Fuse/Fuse.pm
  0
  no reviews



This module lets you implement filesystems in perl, through the fuse interface

fuse (filesystem in userspace) is a simple interface for userspace programs to export a virtual filesystem to the kernel. fuse also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.