in reply to
system call with variable interpolation
You need to use "": $abc = `date`; print "DATE : $abc\n"; system("echo \"$abc\" >> log.txt");
Comment on
Re: system call with variable interpolation
In Section
Seekers of Perl Wisdom