in reply to Sending variables to subs

Another useful thing to know is that you can dump the contents of param() into a hash ref using:
my $param = Vars();
then
$param->{'home'}
would interpolate as you expect

.02

cLive ;-)

--
seek(JOB,$$LA,0);