i have two PERL scripts -
a. calendar.cgi
b. printer friendly script - print.cgi
both are working fine by themselves. but i wish to let printer.cgi to read in the process result of claendar.cgi so i can let my visitor to print a no graphics calendar from the calendar search result.
the print.cgi basically is read in a file then drop those graphics related html tags and output a thin lean html page for printer. since the search result of my other script calendar.cgi is not a static html page, i am having program get it read into print.cgi.
i am clueless how to get this task done. they are on a linux box and i am wondering if there is any why i can read apache's utput to a file and go from there so something similar?
help please!!!!!
a. calendar.cgi
b. printer friendly script - print.cgi
both are working fine by themselves. but i wish to let printer.cgi to read in the process result of claendar.cgi so i can let my visitor to print a no graphics calendar from the calendar search result.
the print.cgi basically is read in a file then drop those graphics related html tags and output a thin lean html page for printer. since the search result of my other script calendar.cgi is not a static html page, i am having program get it read into print.cgi.
i am clueless how to get this task done. they are on a linux box and i am wondering if there is any why i can read apache's utput to a file and go from there so something similar?
help please!!!!!