in reply to Re: ModPerl::Registry error
in thread ModPerl::Registry error
Hi,
Thanks for the quick response.
That is the call:
my $response = $ua->post('http://il-sxd/abs',$request);
$request has an XML value.
This is where the program fails:
sub AUTOLOAD { my ($this,$val) = @_; my $program = $AUTOLOAD; if ($program =~ /::DESTROY$/){ return; } $program =~ /ContextObject::Generic::(.*)/; my $attribute = $1; my $key=$this->is_attribute($attribute);
Thanks,
Daniel.
20070126 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: ModPerl::Registry error
by quester (Vicar) on Jan 22, 2007 at 08:41 UTC | |
by danidin (Novice) on Jan 23, 2007 at 13:22 UTC | |
|
Re^3: ModPerl::Registry error
by johngg (Canon) on Jan 22, 2007 at 23:34 UTC |