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


in reply to Favourite One-liners?

What could be taking so damn long:

$ perl -d:DProf slowass.cgi 'rm=paint&value=dry' $ dprofpp -r

Ah, it's the database. Let's see what the story is:

$ DBI_PROFILE=DBI::ProfileDumper perl slowass.cgi 'rm=paint&value=d +ry' $ dbiprof

-sam