in reply to Changing -> to work within a string
But as it stands perl sees your string asmy $directory = "${\$machine->work_dir}/subdir/${\$machine->software_version}/";
So you might need to either change the users' interface or force a style on them and definitely not use a source filter.my $directory = $machine."->work_dir/subdir/".$machine."->software_version}/";
_________
broquaint
|
|---|