Hi all,
Is it possible to something like the following using perl on sun Solaris ? Sorry if its a really idiotic question but I'm not too hot (just about tepid, if that) on perl -
1. Execute a program to output the results in standard output. ie something like system("/generate.exe -swf -yourswtfile.swt"
?
2. Catch the output (binary).
3. Write the content type:
("Content-Type: application/x-shockwave-flash\n"
4. Write the caught output to the standard output
Its possible using java but I've met a dead end there due to problems with my web server. Any pointers to tutorials or anything to give me a head start would be greatly appreciated.
Many thanx
Joe
Is it possible to something like the following using perl on sun Solaris ? Sorry if its a really idiotic question but I'm not too hot (just about tepid, if that) on perl -
1. Execute a program to output the results in standard output. ie something like system("/generate.exe -swf -yourswtfile.swt"
2. Catch the output (binary).
3. Write the content type:
("Content-Type: application/x-shockwave-flash\n"
4. Write the caught output to the standard output
Its possible using java but I've met a dead end there due to problems with my web server. Any pointers to tutorials or anything to give me a head start would be greatly appreciated.
Many thanx
Joe