Hi I'm using PDF::Create and trying to loop thru an array hoping to print each element of the array. I only get the first element with this snippet. Must be doing something silly but I can't see it.
my @array = ("50","100","150","200");
for (my $i=0; $i<=$#array; $i++){
$page->stringc($f2, 40, 50, $array[$i], $array[$i]);
}
Help appreciated
Regards
CCJ
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
