Quote:
Originally Posted by CrC-3rr0r
Heh I'm sure we had the eclipse discussion be4 :p
I like me eclipse.
|
I'd like it a lot more if it didn't keep crashing on me... and plug ins are all well and good, in theory, but all it seems to do is give Joe Bloggs on the street ample oppportunity to crash my IDE with unfailing regularity...
ok, I think you're going to have to explain to me what's going on here, if you don't mind :
Code:
sub _authenticate()
{
my ($self) = @_;
my $result = $self->{'client'}->send_request('authenticate',
RPC_STRING($self->{'user'}), RPC_STRING($self->{'pass'}));
croak $result unless ref $result;
croak $result->code . ': ' . $result->string
if ref $result eq 'RPC::XML::fault';
$self->{'cookie'} = $result->value;
}
__________________
Cheap Domain Name Registration
And this is not my face, and this is not my life
And there is not a single thing here I can recognize
And this is all a dream, and none of you are real