-----Message d'origine-----
De : mb <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : vendredi 1 février 2002 19:01
Objet : soft reference 


Hi,

I need help about soft referencing or extract value of array var.

Can some one get a look to code bellow :

Have a good week-end.
asma. 

####################################################################################
foreach(@articles)
{
##($code,$article,$codeFamil,$uniteVent,$idDepot,$quantite)
my @row1;
push(@row1,
     $q -> td({align => 'center'},$article),
     $q -> td({align => 'center'},$code),
     $q -> td({align => 'center'},$quantite),
     $q -> td
    ..........
     (   onMouseOut => "this.style.color = '$text_color'"
   })
      )
     );
-------------------------------------------------------->the pb reside on that I have 
tree times the same array ele of ListeRang
----------------------------------------------------------du to the hard ref I done on 
@row1
push(@ListeRang,@row1);
$idRang ++;
}


Reply via email to