--- lib/PXElator/server.pm 2009/09/08 17:30:14 396 +++ lib/PXElator/server.pm 2009/09/09 10:13:08 408 @@ -89,7 +89,9 @@ sub FETCH { warn dump @_; my $self = shift; - read_file $$self->{path}; + my $v = read_file $$self->{path}; + chomp($v); + $v; } 3;