$result = 'somecommand $filename'; #### $result = `somecommand $filename`; #### $result = qx(somecommand $filename);