in reply to passing a variable value to Unix command
my $name = $k.\*; [download]
my $name = $k . "*"; [download]
my $name = "$k*"; [download]