%file_stuff = ( .... 100 => 'a line of text from the file', 132 => 'another line of text', ... ); #### ... t=100 a line of text from the file t=132 another line of text ...