in reply to Re: system call: Unix system call result into a variable
in thread system call: Unix system call result into a variable

Although without the extra quotes, since qx() itself is one of the "quote-like operators" described in perlop:
@error_array = qx(tail -n 10 $ERRLOG);