I'm using a script where it prints directly to STDOUT, but it prints SSI directives mixed in there...I know I've seen a module before where it let you tie the ssi function to a filehandle (STDOUT in particular) so that when you print to the filehandle, it applies the ssi function automatically. I know i've seen that module before, but I can't find it now...and i've looked on CPAN. so does anyone know what module that is, and if not, is there anyway I can tie CGI::SSI's ssi() function to STDOUT?