From: Alan Kennedy Date: Sun, 24 Oct 2004 00:51:09 +0000 (+0000) Subject: Bugfix X-Git-Tag: svn_import~90 X-Git-Url: https://git.llucax.com/z.facultad/75.08/llamadas.git/commitdiff_plain/7924db7d84111c753527a9fe76649d330ba1fd48?hp=2e8b8273bba8e4016387002e5df7d994e40d7c11 Bugfix --- diff --git a/inst/antifraude.pl b/inst/antifraude.pl index 8417306..cc65421 100644 --- a/inst/antifraude.pl +++ b/inst/antifraude.pl @@ -72,8 +72,10 @@ sub badCall { } sub checkUmbrales { - local(*callfields) = @_[0]; - my $callsfile = @_[1]; + local(*callfields) = $_[0]; + my $callsfile = $_[1]; + print("Callfields: @callfields\n"); + print("Callfile: $callsfile\n"); my $matchedUmbral = 0; my $i = 0;