use strict; use warnings; my $location_id = 'foo'; if ($resp->is_success) { # the box? $location_id = 'bar'; } say $location_id; # prints 'bar'