Archive

Posts Tagged ‘pearl script’

Bug Fix In Pearl Script

March 29th, 2009 Comments off

I have a pearl script that reads data and allows manipulation from a text data file.

For some reason, the last field in the database is not being saved when editing records any longer (If any field is edited, this data disappears from the null field on save). It is the field “null” which is autofilled by the script that writes the data to the file.

I would like to do two things:

1. Change the name of null to processed.

2. Fix script so that when a record is edited and saved again that the data that was in this last field remains in the record.

Thanks,
Mike

Bear