Julian Field wrote:
>
> Beware that panda-wrapper is written in Spanish :-)
> --
Yeah, I remembered that. :)
The line I modified was the "my $commando" line:
sub busca_virus {
my $archivo = $_[0];
my $comando = "$pavcl '$archivo' @ARGV -CMP -AUT -HEU -CLV -NSO -AEX
2>&1 ";
# print TEMP $comando."\n\n";
Vic