Help for this page

Select Code to Download


  1. or download this
    my $location_id;
    if ($resp->is_success) { $location_id = $resp->header( 'Location' ); }
    print $location_id;