in reply to Re: Net::SMPP blowing up
in thread Net::SMPP blowing up

Got it working by changing the code to use the more convetional syntax :-
sub status {
    my $me = shift;
    return $me->{status};
}
Thanks
UnderMine