in reply to Having trouble getting all parts of email message via MIME::Parser
That's really hard to read (aka write-only Perl). And does your function have to be so big? You should probably start with refactoring the whole thing.sub getnetpop3 {my($l)=@_; my(@a,@b,$i,$j,$procname,$s,$t);
|
|---|