Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Fuse::Simple 1.00

    Download button

    No screenshots available
    Downloads: 355  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Nick Waterman | More programs
    Perl Artistic License / FREE
    November 13th, 2007, 19:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Fuse::Simple description

    Fuse::Simple is a simple way to write filesystems in Perl using FUSE.

    Fuse::Simple is a simple way to write filesystems in Perl using FUSE.

    SYNOPSIS

    use Fuse::Simple qw(accessor main);
    my $var = "this is a variable you can modify. write to me!n";
    my $filesystem = {
    foo => "this is the contents of a file called foon",
    subdir => {
    "foo" => "this foo is in a subdir called subdirn",
    "blah" => "this blah is in a subdir called subdirn",
    },
    "blah" => "subdir/blah", # scalar refs are symlinks
    "magic" => sub { return "42n" }, # will be called to get value
    "var" => accessor($var), # read and write this variable
    "var2" => accessor($var), # and the same variable
    "var.b" => accessor( my $tmp), # and an anonymous var
    };
    main(
    "mountpoint" => "/mnt", # actually optional
    "debug" => 0, # for debugging Fuse::Simple. optional
    "fuse_debug" => 0, # for debugging FUSE itself. optional
    "threaded" => 0, # optional
    "/" => $filesystem, # required :-)
    );

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    write filesystems | FUSE filesystems | Perl module | FUSE | filesystem | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM