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
How do I use the qw option as you have done?$variable[$r] = $Sheet->Cells($r,1)->{'Value'}; $vardescription[$r]=$Sheet->Cells($r,2)->{'Value'};
|
|---|