⭐ in reply to How do I run another program from within my Perl program
system "update"; my $datestr=`date`; print "Date output: $datestr\n"; [download]