Help for this page
use warnings; use strict; ... print $resp->result(), "\n"; }
$ perl -v This is perl, v5.8.3 built for x86_64-linux-thread-multi ... $ perl -MLWP::ConnCache -wle 'print $LWP::ConnCache::VERSION' 0.01 $