$COREBT = `dbx -c "where;quit" \${SERVICEBIN} /tmp/core.core01.1377820552 2>&1`; # Add this: ^ # OR $COREBT = qx'dbx -c "where;quit" ${SERVICEBIN} /tmp/core.core01.1377820552 2>&1';