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
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
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,
,_,