Help for this page

Select Code to Download


  1. or download this
    require HTTP::Response;
    use Carp 'cluck';
    ...
        cluck "HTTP::Response::content called - do you want HTTP::Response
    +::decoded_content instead?";
        goto &$old_content;
    };