in reply to External programs
e.g.
$file = "test.txt"; $ext_out = `ls -l $file`; print "$ext_out"; [download]