Tk and fork()

2001-06-01 Thread Andy Jennings
Stupid question of the week:- :-) Anyone had any problems (or success) writing a forking Tk script. I get loads of 'unable to release shared object' errors in Tk.pm (line 96 if memory serves me right) when trying to deal with forking and everything eventually crashes and burns on me - my

Antwort: Tk and fork()

2001-06-01 Thread nico . prenzel
Hello Andy, pherhaps this could help you! I think I've read some warnings using fork() with Tk-objects in the ActivePerl Dokumentation. (see Changes?!) Also I know using fork() and then creating (this is different than forking already created Tk-objects) Tk-objects works fine (in my

Standalone RegEx tester

2001-06-01 Thread rotaiv
Does anyone know of a GUI RegEx tester that is a standalone product and is not bundled with another product such as Komodo or OptiPerl? I really like the one that comes with OptiPerl but I do not want nor need a complex IDE package such as this. I would prefer to use my current editor with a

die error regarding unicode/environment variable on NT/regex usage

2001-06-01 Thread Marc Weinmann
Title: die error regarding unicode/environment variable on NT/regex usage I get the following error: Can't find unicode character property definition via main-E or E.pl at unicode/ Is/E.pl line 0 and have narrowed its cause to be the s|$1||; line, but don't know why..

RE: Standalone RegEx tester

2001-06-01 Thread erskine, michael
-Original Message- From: rotaiv [mailto:[EMAIL PROTECTED]] Sent: 01 June 2001 14:58 To: [EMAIL PROTECTED] Subject: Standalone RegEx tester Does anyone know of a GUI RegEx tester that is a standalone product and is not bundled with another product such as Komodo or OptiPerl?

Checkbutton

2001-06-01 Thread Carlo Costa
Hi there I am sorry to bother you with stupid questions but may I know why is it for me impossible to get 0 if the checkbutton is marked and 0 if it is not thanks Carlo ps this is my code: use strict; use Tk; use Tk::LabEntry; use Tk::LabFrame; use Tk::Checkbutton; my $mw = MainWindow-new(

Re: Apache problem

2001-06-01 Thread Alexander Farber (EED)
When I start code from command line it works perfectly on the both computers. Any ideas? open TEST, c:/gateway/rus/17.shtml; open TEST, c:/gateway/rus/17.shtml or die Can't read 17.shtml because of $!; ___ Perl-Win32-Users mailing list