Update
I'm going to go with greenFox's response, because thats definately what I'm looking for, although the other responses were not wrong! thanks.
-----------------------Update Above-------------------------
I want to handle any errors that find comes accross, instead it spitting to standard out. Is there some way to do this? Im sure there is, here is my attempt which failed. Thanks!
foreach $spamuser (@users) { my $CUR_INBOX = "$MAIL_ROOT/$spamuser/cur"; @ham = `find $CUR_INBOX -type f` or warn "Error!\n"; }
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |