my $fake_glob = FakeIn->new( split(/\n/, <<'END_HERE') ); From: me@home To: alias@there Subject: *new*
you@elsewhere END_HERE
my $ml = Mail::SimpleList->new( 'alias', $fake_glob ); $ml->process();
< Previous | toc | Next >