Help for this page
use IPC::System::Simple qw/capturex/; my $str = q{"filename_`date +%d%m%Y`.log"}; my $out = capturex('/bin/bash','-c',"echo -n $str");