http://qs1969.pair.com?node_id=125070


in reply to RE: RE: RE: RE: big performance gain
in thread Training wheels again

i only recently took the necessary code out of CGI.pm (i practically only ever needed the part for taking params off a POST-form), and packed it into my own code. not very clean, i know, but Benchmark told me the code with use CGI.pm took 500secs for 1_000_000 iterations, the other one only 3 secs. So... I'm sticking with that.