in reply to To call remote file.

There are security implications doing this, but yes it is doable using Net::Telnet or Expect. On windows a cygwin perl solution is certainly possible; I am not sure about native perls like ActivePerl or Strawberry Perl.

a better solution in the long run would be to use a ssh client. Again on cygwin Net::SSH::Perl is OK.

cheers --stephan