M
MoshiachNow
HI,
Running a Tk script on my XP I always get an error.
Code:
########################################################################################
#use warnings;
use strict;
use Win32::OLE qw( in );
use Win32::Lanman;
use Net:omain qw(hostname hostfqdn hostdomain);
use Socket 'inet_ntoa';
use Sys::Hostname 'hostname';
use Data::Validate::IP qw(is_ipv4);
use Net:ing;
use Tk;
use Tk::Text;
use Tk::Scrollbar;
use Tk:ane;
use threads;
threads->create(sub { print("I am a thread\n"); })->join();
Error:
I am a thread
Free to wrong pool 1822b00 not 222770 during global destruction.
Any ideas?
Thanks
Running a Tk script on my XP I always get an error.
Code:
########################################################################################
#use warnings;
use strict;
use Win32::OLE qw( in );
use Win32::Lanman;
use Net:omain qw(hostname hostfqdn hostdomain);
use Socket 'inet_ntoa';
use Sys::Hostname 'hostname';
use Data::Validate::IP qw(is_ipv4);
use Net:ing;
use Tk;
use Tk::Text;
use Tk::Scrollbar;
use Tk:ane;
use threads;
threads->create(sub { print("I am a thread\n"); })->join();
Error:
I am a thread
Free to wrong pool 1822b00 not 222770 during global destruction.
Any ideas?
Thanks