in reply to Re: Replace many array element with another corresponding array element in a file
in thread Replace many array element with another corresponding array element in a file

I am also unable to metaquote the array elements as I am getting them from excel sheet.
$variable[$r] = $Sheet->Cells($r,1)->{'Value'}; $vardescription[$r]=$Sheet->Cells($r,2)->{'Value'};
How do I use the qw option as you have done?
  • Comment on Re^2: Replace many array element with another corresponding array element in a file
  • Download Code