use strict; use ForumMessage; my $msg = ForumMessage->new; my $body = "This is a test"; # utf8 string here $msg->body($body); # strange pause with utf8 string print $msg->body; # works fine with any data #$msg->user_id($user_id); #$msg->_store;