open(IN, ") { chomp; my ($title, $file, $offset ) = split(/\t/, $_); $offsets{$title} = $offset; $files{$title} = $file; } #### $title = 'somethng interesting'; $offset = $offsets{$title}; $file = $files{$title};