in reply to Re: PDF, annotation method using Perl
in thread PDF, annotation method using Perl
Yes the \@{arrrayOref} is all the fields ( this table will have about 20 columns) from a db query I am doing, and only the first column-first element should be hyperlinked, or I could edit the value I want to assign to be a link from \@{arrrayOref} before it gets to "new_page_func => sub {".
What do you think?