in reply to Looping in PDF::Table module

If you get a syntax error, it's likely that fixing it will get you a long way... In this case, you're missing a semicolon:

$rows = ["", "$ALL_PRODS{$p_id}",""]; ^

Replies are listed 'Best First'.
Re^2: Looping in PDF::Table module
by Anonymous Monk on Jul 24, 2013 at 07:07 UTC

    Thank you for your response. I miss look the ;. It fixed the error.Thank you so much for pointing it out :)