in reply to URL issue with PDF::Table

You might try this: On Line 115:

my $url = 'http://www.mysite.com?test=&useraccount=23457,23467,29989,23957,20467,39989,7723457,013467,288989';

Is this what you had in mind?

Update: Fixed typos and added remaining accounts.

Update2: I had a hard time getting it to save, so I made some changes here:

Line 10: my $pdf = new PDF::API2(-file => '/home/my/Desktop/test.pdf');

Line44: needed to change to: $pdf->save;

Replies are listed 'Best First'.
Re^2: URL issue with PDF::Table
by Anonymous Monk on May 27, 2009 at 12:17 UTC
    No, what I have in mind is that when I print out or generate the PDF each link on the first column will have a different value or account number, like:
    "http://www.mysite.com?test=1&useraccount=23457" "http://www.mysite.com?test=2&useraccount=23467" "http://www.mysite.com?test=3&useraccount=29989"

    This way with all the element of the array @user_acc.