On Jan 3, 12:19 am, [EMAIL PROTECTED] (Rob Dixon) wrote:

> If you mean that it doesn't report an error if you write
>
>    AddConnection({ RemoteName => '\\\\Nash' });
>
> then it's simply because you haven't asked it to do anything. You don't
> get a local connection to a resource though - nothing happens at all. If
> you want to tie a local name to a remote resource, both the LocalName
> and RemoteName values of the hash must be set up.
>

As a matter of fact, something does happen. The connection of some
sort is made. If I enumerate connections before and after, I see \\Nash
\Nash added to the list, although I didn't explicitly ask for that
folder.

Nash


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to