I am about to make blatantly obvious my lack of experience with having Perl communicate with external programs. I am not specifically looking for info on security or usefulness in this matter (although any such advice you offer will be gratefully accepted), rather I seek enlightenment on the general possibilities.
Here's what I am seeking to know... is it possible to have a Perl script start up and communicate with another Perl script which was already previously running on the server? For instance, I might have a continually running script on the server (Script_A) which just takes data on the STDIN and spits out responses without terminating-- and I want my CGI script (Script_B) to send it a string, collect the output, manipulate it, send it to the user, and shut down... and Script_A just quietly waits for the next request. Possible?
Thanks for any data, folks.
Alan "Hot Pastrami" Bellows
-Sitting calmly with scissors-
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.