Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Wrapper application
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="s1037989, post: 4828360"] I want to write a Perl program that is a wrapper for another program. The Perl program will stay running indefinitely and therefore I would like the underlying program to stay running indefinitely as well. How can I have my Perl program launch the other program and continuously feed it data via stdout to the sub's stdin and read the sub's stdout on my Perl's stdin without the sub exiting after each request? Speaking less generically, for prototyping purposes, I want to expand the capabilities of squidGuard using Perl. Therefore, the redirector_program in squid will be my Perl program which I would like to just be a wrapper around squidGuard. But I don't want to have to relaunch squidGuard for EVERY request. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Wrapper application
Top