in reply to Re: Portable in-memory files
in thread Portable in-memory files

Thanks very much! I added

sub CLOSE { my $self = shift; return $self->[0]; }
so I can get at the content nicely by close()ing the handle.