CGI::Fast and ithreads.

2006-04-25 Thread Eugene Kosov
Hi, everybody! I'm writing a CGI application and am going to use ithreads in order to reduce execution time. Is it possible with CGI::Fast? I get segmentation fault every time I'm using threads with CGI::Fast. Simple demonstration: [EMAIL PROTECTED] ~]$ cat test.pl #!/usr/bin/perl -w requir

how to parse the msqid_ds structure return from msgctl(ID, IPC_STAT, $msq_ds)

2006-04-25 Thread Eric Richardson
The docs state the following : == msgctl ID, CMD, ARG Calls the System V IPC function msgctl(2). You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_STAT, then ARG must be a variable which will hold the returne

Maybe off-topic. Detecting code used

2006-04-25 Thread J. Alejandro Ceballos Z. -JOAL-
I am processing a file using Unicode::Transform module to change the coding from UTF-8 to Unicode. Exist some way to detect the code used in one file (utf8, unicode) in order to select if some transform action is needed? TIA, ,_,