in reply to Re^4: Is it possible to localize the stat/lstat cache?
in thread Is it possible to localize the stat/lstat cache?

Q1) Why does Data::Dumper bless this?

The File::stat::lstat() function returns a  File::stat object: a bless-ed array reference. (The lstat built-in does not do this.) Data::Dumper must produce a string that, if compiled or eval-ed, would be able to reproduce this object. Hence: an array reference bless-ed into 'File::stat'.


Give a man a fish:  <%-(-(-(-<