On Mon, Apr 08, 2013 at 01:07:13PM -0400, Brandon McCaig wrote:
> use Data::Dumper;
> use Encode;
I should note that neither of these packages were used in the
example program that I posted and aren't required for it to run.
:) They were just remnants from debugging...
Regards,
--
Brandon McCa
On Sun, Apr 07, 2013 at 06:08:52PM +0200, Christophe Martin wrote:
> Hello ,
Hello,
> I'm trying to use JSON::XS. The trouble is that I have French strings
> with accented chars. The solutions I tried don't work. Also, I'm
> not sure i understand JSON::XS doc on unicode and utf.
>
> I use linux.
Hi All
I am using Strawberry Perl (latest release) on a Windows 2003 SP2 server
I am trying to use a script to look at running processes, look for a
specific process, and kill that process if it is alive for more than 4
minutes as this would mean that the process has hung
When testing killing No
Hi All,
I've successfully written quite an big perl server using IO::Socket::INET -
it seems to be working pretty darn good and so far I'm happy.
I'm attempting now to do the same but by using SSL. I've read up on
IO::Socket::SSL, and I know that there are minor changes required in terms
of how