I need to debug an existing script without having much knowledge of perl.
This script uses data types like these to store all fields from a file:
${$LineRefs->{FIELD_NAME}}
I tried to figure out how to find all the possible fields separately, iterating over this scalar / hash / array, or whatever it is, but I don't know how to do it.
Can someone point me in the right direction?
source
share