in reply to Using FUSE in Perl
Fuse comes with 5 examples, not counting the test suite, which documents the entire API.
There literally is nothing to it.
Its like perltie, you define some common functions (open/close/read/stat/chmod ...) to do what you need
Unlike perltie, it works outside of perl
|
|---|