RE: looping in PDF::Create

2001-09-27 Thread Bob Showalter
> -Original Message- > From: Clinton [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 27, 2001 3:42 AM > To: [EMAIL PROTECTED] > Subject: looping in PDF::Create > > > Hi > I'm using PDF::Create and trying to loop thru an array hoping > to print

looping in PDF::Create

2001-09-27 Thread Clinton
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