- or download this
sub retrieve
{
...
}
$message->close if $message;
}
- or download this
sub retrieve
{
...
$sent = thaw($sent);
$message->close if $message->connected;
return $$sent;
- or download this
sub retrieve
{
...
$connection->close if $connection->connected;
return $$sent;
}