Re: APR::ArrayHeader

2010-09-01 Thread Torsten Förtsch
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

APR::ArrayHeader

2010-08-31 Thread Anton Petrusevich
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