Help for this page
@a = qx(COMMANDLINE); print scalar @a;
$a = qx(COMMANDLINE); print "<plaintext>$a";