in reply to Re: Tk-POP3-previewer
in thread Tk-POP3-previewer
sub browseThis{ print chr(07); my @msgs = $h->info('selection'); my $msg = $msgs[0]; my $messref = $pop3->top($msg,10); $text->delete('1.0','end'); ####RIGHT HERE################# #$text->insert('end', $messref); $text->insert('end', @$messref); }
Come to think of it, maybe I should change that, I never thought about it, because on my system, the $messref prints out as a string.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Tk-POP3-previewer
by eserte (Deacon) on May 06, 2004 at 16:43 UTC | |
|
Re: Re: Re: Tk-POP3-previewer
by mawe (Hermit) on May 06, 2004 at 16:17 UTC |