Apache-Voodoo
view release on metacpan or search on metacpan
lib/Apache/Voodoo/Soap.pm view on Meta::CPAN
135136137138139140141142143144145146147148149150151152153154
$params
->{
$k
} =
$v
;
}
}
$params
->{
'ARGV'
}->[
$c
] =
$_
;
$c
++;
}
my
$uri
=
$self
->{
'mp'
}->uri();
my
$filename
=
$self
->{
'mp'
}->filename();
# if the SOAP endpoint happens to overlap with a directory name
# libapr "helpfully" appends a / to the end of the uri and filenames.
$uri
=~ s/\/$//;
$filename
=~ s/\/$//;
$filename
=~ s/\.tmpl$//;
unless
(
$self
->{
'run'
}->{
'method'
} eq
'handle'
) {
$filename
=~ s/([\w_]+)$/
$self
->{
'run'
}->{
'method'
}_$1/i;
$uri
=~ s/([\w_]+)$/
$self
->{
'run'
}->{
'method'
}_$1/i;
}
( run in 0.622 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )