print "\>$unixfrom\n"; works and prints what is expected, but print "\>$unixfrom\r"; does not work at all. All/most of the rest of the lines print correctly with \r as well.... Any ideas? Is \r the correct character to end a line with for an mbx file? Thanks!for ($j=2; $j<=$message_count+1;$j++){ print "\>$unixfrom\n"; print "$return_path[$j]\r"; print "$received[$j]\r"; print "$date[$j]\r"; print "$from[$j]\r"; print "$to[$j]\r"; print "$subject[$j]\r"; print "$message_id[$j]\r"; print "$mimeversion[$j]\r"; print "$content_type[$j]\r"; print "$xstatus[$j]\r"; print "$xkeywords[$j]\r"; print "$xuid[$j]\r"; }
In reply to Print Question by Wako
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |