I'm trying to decipher some Perl code which runs on a Windows server, and I ran into this:$cmd = "./psexec.exe \\\\\\\\" . $server_nameI think the idea is to end up with./psexec.exe \\serverbut WTF eight backslashes? Does that make any sense? If so, can someone ELI5?Kevin