Hi, After read several demand on comp.lang.perl.modules, I want make module to access SMB share disk. I found on samba.org a good start. First I think use perlxs, but I see that samba didn't use any shared librarie. All is hard linked in executables. So I can't use this method without include all source of Samba :-( So I will parse output of smbclient. Mmmh, what do you think of namespace ? -- Alain BARBET
- Re: Net::SMB : OK for the namespace ? Alain
- Re: Net::SMB : OK for the namespace ? Andreas J. Koenig