Can you please explain this again?
On 2001.05.17 09:25:43 -0400 Aldo Luis Orsini wrote:
Pls check code ... thanks
Cut of check_ring.epl
113 $res = func_seisp->TransaccionB_radar($numero);
114 $prepago = func_seisp->EliminarCeros(substr($res,537,1));
115 $numero_min = func_seisp->EliminarCeros(substr($res,539,10));
116 $termring = func_seisp->EliminarCeros(substr($res,296,1));
Cut of func_seisp.pm
805 sub TransaccionB_radar {
806 $class = shift;
807 my ($numero) = @_;
808 my ($param, $status, $res);
809
810 $header_IVR = "
";
811 $param = $header_IVR . func_seisp->AlinearIzquierda($numero,10) .
"
";
812 $res = Conex->conectar("siete","51001",$param);
813
814 $status = substr($res,91,1);
815 #if ($status ne "0") {
816 # print ARCH "sale con error\n";
817 #$class->redirect("../comunes/error_login.epl");
818 #} else {
819 return ($res);
820 #}
821 }
"Gerald Richter" <[EMAIL PROTECTED]> con fecha 17/05/2001 01.35.30
Destinatarios: <[EMAIL PROTECTED]>, "Aldo Luis Orsini"
<[EMAIL PROTECTED]>
CC:
Asunto: Re: A simple error
> Somebody help me with little problem
>
> Extract from error_log of Apache 1.3
>
> [Wed May 16 12:22:04 2001] [error] [7080]ERR: 24: Line 9: Error in Perl
code: Can't l
> ocate object method "TransaccionB_radar" via package "func_seisp" at
/app/webs/acag/ht
> ml/audiotel/check_ring.epl line 113.
Looks like you are having a object references to is blessed to the package
func_seisp and you are calling something like
$o -> TransaccionB_radar
but there is no method/sub called TransaccionB_radar inside the package
func_seisp. It's hrad to say more without seeing any code
Gerald
> [Wed May 16 12:39:38 2001] [warn] [7930]ERR: 32: Line 9: Warning in Perl
code: substr
> outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
114.
> [Wed May 16 12:39:38 2001] [warn] [7930]ERR: 32: Line 9: Warning in Perl
code: substr
> outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
115.
> [Wed May 16 12:39:38 2001] [warn] [7930]ERR: 32: Line 9: Warning in Perl
code: substr
> outside of string at /app/webs/acag/html/audiotel/check_ring.epl line
116.
>
> Thanks a lot.
>
> A.L.O.
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
--
Brooklyn Linux Solutions
http://www.mrbrklyn.com
http://www.brooklynonline.com
1-718-382-5752
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]