RGDParser: switch from getline_hr() to getline()+bind_columns()
getline_hr() creates a new hashref for every row so even Text::CSV authors themselves recommend using a combination of bind_columns() with getline() instead.
parent
74a69505
No related branches found
No related tags found
Please register or sign in to comment