hola, sigo con el mismo script y ahora se me presentan otros problemas, genera unos resultador raros. Este es el script: (es un poco largo)
#!/usr/bin/perl
use CGI ;
use RESELLER ;
my $cgi = new CGI ;
print $cgi->header ;
################
my $JSCRIPT=<<End;
<!--
function CopyContact(x)
{
var trgctc ;
var srcctc ;
var done = 0 ;
if (x.name == "popup_rgs")
{
trgctc = "rgs_" ;
}
if (x.name == "popup_adm")
{
trgctc ...