Send mail with attachment having csv files

Hi,

Could anyone please help me to send multiple files of .csv format in one mail.

Thanks
Aj

$ cat << ! | mailx someone@somewhere.com
Two files...
$(uuencode file11.csv file1.csv)
$(uuencode file12.csv file2.csv)
!

Thanks scottn,

Could you please explain this further,I am not able to understand this,sorry