# set $foo to 'bar' my $foo = "bar"; # send $foo to this_func() this_func($foo);