in reply to
Backtics and variables
Value will be subbed in with all Perl versions I have used.
my $filename = "foo"; `echo $filename > $filename`;
[download]
Creates file foo with 1 line foo in the file.
Comment on
Re: Backtics and variables
Download
Code
In Section
Seekers of Perl Wisdom