in reply to Using Net::IMAP::Simple to read emails
sub PrintList { my $line = $_[0]; my my @lines; (@lines)=split(/\/n/,$line);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Net::IMAP::Simple to read emails
by eizo (Initiate) on Dec 22, 2004 at 13:29 UTC |