in reply to Backtics and variables

Value will be subbed in with all Perl versions I have used.
my $filename = "foo"; `echo $filename > $filename`;
Creates file foo with 1 line foo in the file.