in reply to Re: Re: Auto text format cleanup via Win32::Clipboard
in thread Auto text format cleanup via Win32::Clipboard

Thanks!

I added $clipboard->Empty();
after my $clipboard = Win32::Clipboard();
and added next if ($text eq '');
before $clipboard->Set($text);, and that seems to have done the trick.

-gryphon
code('Perl') || die;