in reply to Re^2: Reading from a filein thread Reading from a file
# # find last row that defines the columns ( i.e. starts with #name: ) # my $column_names = qx/grep ^\#name $filename | tail -1/; print $column_names; [download]