On Feb 15, 2017, at 7:10 PM, Eko Budiharto <eko.budiha...@gmail.com> wrote: > > Jim, > if I want to extract all incoming emails from my qmail emails, how can > specify the folder location and specify the file name since the file name > always different? > > Thx.
Use File::Find or opendir and readdir to find all of the emails in a directory tree. You need to figure out the parent directory, if there is one, of the local storage for your email client. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/