my $returned = some_func($sent); # ... sub some_func { my $received = shift; # ... $value; }