http://www.perlmonks.org?node_id=828932


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.