Dokan FS in Perl
I’ve started to write a binding for Dokan Library in Perl, which could be pretty useful, Dokan is Fuse for windows and with help of Dokan you can create your virtual file system on windows
this is first time that I’m trying to write XS module in perl which has complex stuff like callback and complex data structure
At the moment I can only mount null device in perl which does nothing, except show a null hard drive in my computer. I will put code in github soon.Anyone who is expert in PerlXS willing to help? let me know