In my research I actually found some packages that allow TCP/UDP socket read and write. I would imagine that in many cases, when one application must read a stream from another, UDP is a good solution. I didn't go that route since I couldn't imagine asking my end-users to make sure their firewall is open on port XXX for what is, for the user, a single autonomous application.
Right now, I'm modifying the architecture or this little application so the main script "gui.pl" will call the second one by importing its subroutine(s), not by executing it. So far it's not many modifications. WIP...
I appreciate all the effort people have put in my question :)
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.