On Feb 15, 2017, at 7:10 PM, Eko Budiharto <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
