From: Bill Guindon Date: 2006-03-24T01:19:18+09:00 Subject: DATA.readlines in an inner file Is there any way to use DATA.readlines to read the data (below __END__) in a file that's been required/included? I want the read code to be inside the included/required file. -- Bill Guindon (aka aGorilla) The best answer to most questions is "it depends".