use strict; my $row1 = '10'; my $val = 1; my $row = ${"row".$val}; print "$row\n"; [download]
In reply to Can't use string by Anonymous Monk