in reply to Re: OK to always return a value?
in thread OK to always return a value?

No prob, I have a crontab entry that already does this.

1 * * * * perl -e "push(@b,glob) for @ARGV ;END{unlink $_ for @b}" /d +ev/null/*
Of course this misses subdirectories. I just do them manually.

:)