On Wed, Dec 12, 2001 at 02:10:37PM +1000, Lorne Easton wrote:
> As in the attached code: The variables do not "unlink" when the program
> exits or when I specify to unlink.

What variables?  What do you mean by unlink?  Do you mean the variables are
removed from memory?  Provided you're running this as a standalone program,
and not embedded in something (say, mod_perl), then the variables, and any
other memory the program is using, will be reclaimed by the system when the
program exits.  This is not something you have control over; it's handled by
the operating system, not the program.

 
> I.E: If I run this program once, then run it again with incorrect domain
> specified it gives the same information.

This is likely an issue with Win32::NetAdmin, or Windows itself.  Perhaps
you're getting some default that just happens to be what you asked for
previously.  Or perhaps Windows is remembering your previous request, and
handing it back again.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to