in reply to Re: Simple Perl print() output redirect to html/webpage.
in thread Simple Perl print() output redirect to html/webpage.
Thanks for taking the time to reply bitingduck. Actually my question is about displaying my Perl output to html webpage
script.pl is on server1 and html page runs on server2. From server2 I can call my Perl script from server2 as following:
ssh myusername@server1 ./script.pl argThe script will display some output. I want to know how I can capture this output on test.html on server2?
server2 is a pure webserver. All my servers are Unix
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Simple Perl print() output redirect to html/webpage.
by Anonymous Monk on Sep 03, 2012 at 07:12 UTC | |
by Anonymous Monk on Sep 03, 2012 at 07:24 UTC | |
|
Re^3: Simple Perl print() output redirect to html/webpage.
by bitingduck (Deacon) on Sep 03, 2012 at 15:17 UTC |