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