http://www.perlmonks.org?node_id=992293


in reply to Crazy question about writing to a text file that is actually an executable...

I have a bunch of servers that run various proprietary software applications that are only capable of writing logfiles locally, and I don't have access to these remote systems.
If you don't have access to these remote systems, then how could any possible information exchange happen?
So you must have some kind of remote access to these systems otherwise the question doesn't appear to make sense.
Can you provide some more details?
  • Comment on Re: Crazy question about writing to a text file that is actually an executable...

Replies are listed 'Best First'.
Re^2: Crazy question about writing to a text file that is actually an executable...
by bcarroll (Pilgrim) on Sep 07, 2012 at 17:49 UTC
    My thought was that I would provide the file to someone that has access. They put the file where it needs to be then the data being written to the file would be sent to my server.

    At least now I understand what "named pipes" means (I have seen that for years without knowing what they were)