- or download this
printf " %s At ($row, $col) the row is %s and the column is %s for EUR
+ & NAM \n",
$feedback_value, $my_row, $my_column;
- or download this
printf " %s At (%s, %s) the row is %s and the column is %s for EUR & N
+AM \n",
$feedback_value, $row, $col, $my_row, $my_column;
- or download this
my $power = '95%';
...
for (0..$#data) {
printf($fmt, $_, $data[$_]);
}