<?xml version="1.0" encoding="windows-1252"?>
<node id="988248" title="Re: Perl Tk Active Window" created="2012-08-18 14:39:35" updated="2012-08-18 14:39:35">
<type id="11">
note</type>
<author id="693344">
rpnoble419</author>
<data>
<field name="doctext">
Try the Win32::MsgBox out of the [cpan://Win32] module. This pops up a system message box without the TK overhead. The code example below will execute the popup after the script runs

&lt;code&gt;
use Win32;
use strict;

END{
    Win32::MsgBox("I'm Done.", MB_ICONINFORMATION);
}
&lt;/code&gt;</field>
<field name="root_node">
988155</field>
<field name="parent_node">
988155</field>
</data>
</node>
