Help for this page
my $response = doSomething(); sub doSomething { return 0; }
my $response = doSomething(); sub doSomething { my $response = 0; }