On lör, 2004-10-09 at 14:53, Randal L. Schwartz wrote: > I'd like to be able to go from: > > perl myprogram > > to > > perl -MHTTP::TransparentCache myprogram > > and see the instant difference. If I have to add more code, > it'll be far less fun. I can even set > > PERL5OPT="-MHTTP::TransparentCache" > > and get all my programs sped up.
This is now supported in version 0.2 of HTTP::TransparentCache. See perldoc for details. /Mattias