The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

File::Redirect::Simple - simple hash-based vfs

DESCRIPTION

The second argument to mount is a simple hash, where each entry is a file name and its content. For example, after call

   mount( 'Simple', { 'a' => 'b' }, 'simple:')

reading from file 'simple:a' yield 'b' as its content.