Hello $Bill et al,

[...]
>> # ****** This part is the problem ******
>> if (!$clip->Empty) {
>
> Empty doesn't check for empty, it clears the clipboard.
> So you're always going to see a null result.
> Just skip the if and check $input for length.
>
>>     my $input = $clip->Get();
[...]

Yep, that was it... I should know by now that it isn't just R-ing the FM
that counts, but also _how well_ you R it!

Thanks,

J-S
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to