The system command won't work with all double quotes like you have. The initial double quote around hello closes the double quote you started before /bin/mailx. Try using single quotes around hello. You might also try using qx!! or even one of the mail modules (i.e. Net::SMTP) to send your mail.