in reply to
Port a script with STDIN/STDOUT to CGI?
Simply rewrite your script not to use STDIN/STDOUT for argument passing, and use
CGI
to process parameters
Comment on
Re: Port a script with STDIN/STDOUT to CGI?
In Section
Seekers of Perl Wisdom