Jay Turner wrote: | 'system' command and have replaced my `cat..` call with system "cat".. [...] | $return=`cat mail | sendmail -t`; BTW cat is superfluous in the above, you might as well use something like 'sendmail -t < mail' instead. Cameron.