Yona Shlomo wrote: > I'd like to be able to open a file, use it for reading (read > only, no writing) and close it with the file location > abstracted, so that I wouldn't care if the filename is > relative, full-path, URI, URN... > > Anything ready on CPAN? > Have you tried IO::All? HTH, ~Y