>
> BTW, from perl571delta.pod:
>
>
> Anonymous temporary files are available without need to
> 'use FileHandle' or other module via
>
> open($fh,"+>", undef) || ...
>
> That is a literal undef, not an undefined value.
>
yeah, pretty cool. IIRC there was also talk of open ($fh, ">&foo
Looking thru the todo/api.txt file, I noticed a few items that
are stuck in read-only mode, because thread locking is needed if
changing them.
I already have something in the works, but my question is that under
a non-threaded model, like prefork, all that is uesless, right? So,
what's the nice w
Following patch includes $r->as_string() and "$string" to dump a table
in a format like:
key='value'\n
keyn='valuen'\n
Also renamed mpxs_table_do_cb_data_t.cv to mpxs_table_do_cb_data_t.sv
for clarity, as I needed it again for the as_string() implementation
to store a simple SV*
Also, wish it co
[EMAIL PROTECTED] wrote:
> dougm 01/11/28 09:05:56
>
> Modified:lib/ModPerl WrapXS.pm
> Log:
> another fix for modules with only MPXS_ functions
that fixes the problem I've reported.
Now I've found a new one. Consider:
xs/APR/IO/APR__IO.h:
static void mpx