On Tuesday, August 31, 2010 22:28:21 Anton Petrusevich wrote:
> I was unable to find the answer how to use such an object.
> ServerRec::names returns object like this:
>
> $VAR1 = bless( do{\\(my $o = 19244608)}, 'APR::ArrayHeader' );
>
>
> I know it maps to ap
Hi,
I was unable to find the answer how to use such an object. ServerRec::names
returns object like this:
$VAR1 = bless( do{\\(my $o = 19244608)}, 'APR::ArrayHeader' );
I know it maps to apr_array_header_t structure, but is it anyhow useful?
I wanted dynamically change ServerAl