my $response = doSomething(); sub doSomething { return 0; } #### my $response = doSomething(); sub doSomething { my $response = 0; }