Help for this page
my $date = `date +%Y%m%d`;
my $date = system "date +%Y%m%d";
my $date = qx (date +%Y%m%d);