Overriding print in cgi scripts

2000-07-29 Thread Chetan Patil
Hello, We have a large code base printing header, body and footers to the STDOUT from the cgi scripts. Since all these are print statements, we have to go to extreme measures to make sure we donot print the content more than once. To clean things up (or at least start at it), we want to be able

Modified DBIStore.pm for Oracle

2000-05-28 Thread Chetan Patil
he-Session-1.03). Enjoy, Chetan ----- Chetan Patil Manager, Product Integration i-Escrow, Inc. Office - (650)598-3812 --- Begin-Diff diff DBIStore.pm modified.DBIStore.pm 87a88 use DBD::Oracle qw(:ora_types ORA_OCI); 121c122 { Rais