in reply to Is there exist a module to provide access to a file via hashes using TIE ?

For shame, no one has mentioned IO::All?
my $file = io('file')->slurp; $file =~ s/change/s/; $file > io('file');
  • Comment on Re: Is there exist a module to provide access to a file via hashes using TIE ?
  • Download Code