On Mon, Mar 25, 2002 at 10:15:00PM +0000, Earwig wrote: > 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?
Is there a reason that merely umounting the share and then undef'ing the object doesn't work? If you're mounting a share, browsing it and then unmounting it again every time someone uses this page then that is ouchy, performance-wise. > 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... Depends on what sort of info you need. If you're talking about browsing files/directories then I would assume you need it to be mounted. -- Andrew O'Brien Senior Engineer email: [EMAIL PROTECTED] Switch Online Group Pty Limited phone: +61 2 9299 1133 ABN 89 092 286 327 fax: +61 2 9299 1134 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
