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),
.......
     (   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);

}


Reply via email to