in reply to Is there exist a module to provide access to a file via hashes using TIE ?
my $file = io('file')->slurp; $file =~ s/change/s/; $file > io('file'); [download]