Help for this page
$string = "$a,$b"; push(@array, $string);
foreach my $value (@array) { ... print "This point is on the line"; } }