in reply to Re^2: Display perl code output in CGI script
in thread Display perl code output in CGI script
Instead of taking screenshots I actually want the window of Progress_bar.pl to run.
Um, whose screenshots do you think you'll be taking?
The Progress_bar.pl will run on the server, and main.pl will be taking screenshots of Progress_bar.pl
Progress_bar.pl doesn't run in the browser, or the browsers computer (client), it runs on the same computer main.pl runs, it runs on the server
If you want the browser computer (client) to run a program, they'll need to have perl installed, and browser configured to execute any perl programs downloaded ... or browser configured to execute any .exe files downloaded, and you send them a PAR::Packer/pp-packed perl program (or using perlapp or perl2exe...)
See the above links I provided, watch the video, read the tutorials, learn how the internet works :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Display perl code output in CGI script
by asha_mail (Novice) on Dec 21, 2011 at 09:32 UTC | |
by marto (Cardinal) on Dec 21, 2011 at 09:57 UTC | |
by Anonymous Monk on Dec 21, 2011 at 09:55 UTC | |
by marto (Cardinal) on Dec 21, 2011 at 10:00 UTC |