Help!
I am writting a perl cgi script. I am basically converting a shell based program into a web based version. The problem is the files that the shell based program uses is filled with echo and print statements. These statements obviously clutter up and mess up my webpage when I run the file.
Is there a way to block any incoming echo statements, so that I can output my formatted webpage after the processing is complete.
Thanks for all your time and effort you put into helping me, a very inexperienced beginner.
I am writting a perl cgi script. I am basically converting a shell based program into a web based version. The problem is the files that the shell based program uses is filled with echo and print statements. These statements obviously clutter up and mess up my webpage when I run the file.
Is there a way to block any incoming echo statements, so that I can output my formatted webpage after the processing is complete.
Thanks for all your time and effort you put into helping me, a very inexperienced beginner.