Help for this page
$result = 'somecommand $filename';
$result = `somecommand $filename`;
$result = qx(somecommand $filename);