Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
        print $resp->result(), "\n";
    }
    
  2. or download this
    $ 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
    $