in reply to Re^2: Extracting data from a PDF to a spreadsheet
in thread Extracting data from a PDF to a spreadsheet
Try to post the minimum amount of code and data that demonstrates the problem you're having (and fix your closing code tag).while (<DATA>) { print "Got: $_"; } __END__ one two three
|
|---|