--- Robert May <[EMAIL PROTECTED]>
wrote:
> I tried using
> system "start temp.html";
> instead, and I see the delay you're taking about.
I had a similar issue trying to launch a web browser
using system "start ..."
My workaround was to use a Win32::API call to
ShellExecuteA
Using your exam
<[EMAIL PROTECTED]> wrote:
> Hi to everyone!
>
> The issue here is as follows:
> I have a listbox and a user selects one item. Then
> the Perl script
> processes the selection.
> After processing, I need to unselect the selected
> item, not delete it. I
> have not yet found a method to do this.
2 matches
Mail list logo