Help for this page

Select Code to Download


  1. or download this
    sub request
    {
    ...
    
    print $LOGF "code: '$code'\n";   # I added this line to UserAgent.pm
    
  2. or download this
    D-rsp:
    $VAR1 = bless( {
    ...
             }, 'HTTP::Response' );
    
    code: '500'
    
  3. or download this
    
    D-rsp:
    ...
    
    etc...
    code: '200'