I'm trying to make a set of pages to browse through directories on an SMB share. I grabbed the Filesys::SmbClient module from CPAN and set up a quick login-and-list-files test.
Filesys::SmbClient works by creating a new object instance, which I do within the web page. The problem is, once I make a successful connection with the correct username/password for the share, then test an INCORRECT username/password, it sometimes still says it's successful! I guess the object is lasting beyond the life of the web page eval...? Do objects from outisde modules normally leave residue in the web server process? Is this just a problem with this module? Is there some way I can make sure the object is dead and gone by the end of the web page? Or maybe someone knows of a better way to get at SMB info in Perl without going to all the trouble of mounting the share... Lars --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
