<?xml version="1.0" encoding="windows-1252"?>
<node id="992540" title="Re^3: run perl script on remote server" created="2012-09-08 19:23:36" updated="2012-09-08 19:23:36">
<type id="11">
note</type>
<author id="159887">
NetWallah</author>
<data>
<field name="doctext">
This is the first clue you have given that you are running Windows machines.&lt;p&gt;
IF these machines are on the same domain, and/or  IF your login credentials on C have access to the shares on A and B, you can do something like this from the command-line on machine C:
&lt;c&gt;
C:\&gt; perl  \\A\Path\to\code\share\codefilename.pl \\B\path\to\data\Datafile.fil
&lt;/c&gt;
Then your prograam can use the diamond operator to access the file, without being programmed explicitly for file access on a remote machine.&lt;p&gt;
If the machines do not have explicit shares, and if you have  administrator priviledges,&lt;br&gt;
You can access the "hidden" shares at the root of the drive like:
&lt;c&gt;
  \\A\C$\path\to\data-or-code
&lt;/c&gt;
Note : C$ indicates the C:\ drive.

&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-159887"&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;small&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
I hope life isn't a big joke, because I don't get it.
&lt;br&gt; &amp;nbsp; &amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
-SNL
&lt;/small&gt;&lt;/p&gt;

&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
992425</field>
<field name="parent_node">
992437</field>
</data>
</node>
