Help for this page
my $location_id; if ($resp->is_success) { $location_id = $resp->header( 'Location' ); } print $location_id;