| Projects on Google Code | Results 1 - 4 of 4 |
=Protocol Buffers for Perl/XS=
This project contains a Perl/XS code generator for Google's
[http://code.google.com/p/protobuf Protocol Buffers]. The generated code is an XS wrapper around the generated C++ classes, and includes POD documentation for each message type.
==Getting Started==
...
..::XerXes Studios phpBB MODs::..
xs query
it's a c module for perl, we can use this module to check if a ip:port is a valid proxy. there is a queue in the module, and using mutex to control the thread, so it's thread safe.
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
#use lib "./module";
use ExtUtils::testlib;
us...