Howdy, I am benchmarking some stuff that does multiple print staements.
What I'd like to do is print to a file handel so ethat the stuff I'm printing doesn't go to the screen. Ie instead of print "stuff"; print BITBUCKET "stuff"; That way the output of the benchmark test won't be screwy on the terminal or cause 500 errors if someone runs this test before an html header gets printed. Any ideas of how to create a filehandle to the void? open(VOID,''); print VOID 'test'; close VOID; TIA Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]