in reply to Re^6: Can't use string as an ARRAY ref
in thread Can't use string as an ARRAY ref
$princ->[$i] is a single row of data not a block of data.my ($third_pdf, $third_page,undef,$third_y) = make_table( pdf => $sec_pdf, #page => $page, data => $princ->[$i], title => "More Header 5", pol_y => "", doc_name => $member_number, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Can't use string as an ARRAY ref
by Anonymous Monk on Aug 24, 2015 at 15:31 UTC | |
by poj (Abbot) on Aug 24, 2015 at 16:13 UTC | |
by Anonymous Monk on Aug 24, 2015 at 16:36 UTC | |
by poj (Abbot) on Aug 24, 2015 at 17:04 UTC | |
by Anonymous Monk on Aug 24, 2015 at 18:22 UTC | |
by poj (Abbot) on Aug 24, 2015 at 18:46 UTC | |
by Anonymous Monk on Aug 25, 2015 at 12:09 UTC | |
by poj (Abbot) on Aug 25, 2015 at 13:38 UTC | |
|