in reply to Re^2: Extracting data from a PDF to a spreadsheet
in thread Extracting data from a PDF to a spreadsheet

You can supply a bit of data for posting in a self contained example by using the DATA handle, e.g.:
while (<DATA>) { print "Got: $_"; } __END__ one two three
Try to post the minimum amount of code and data that demonstrates the problem you're having (and fix your closing code tag).