|
| Author |
Message |
svennson Newbie

Joined: 05 Jun 2006 Posts: 29
 
|
Posted: Sun Jun 11, 2006 12:49 pm Post subject: Use of uninitialised value ... |
|
|
I received an error on youre download version rev102 of echobot .. some bugfix for it ?
error is showen in attachment.
| Code: | foreach my $handle (keys %$AL)
{
if (!defined $FL->{$handle}) {
$self->send( "ADC", "FL C=$AL->{guid}" );
}
}
|
this is the 'buggy' code |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Sun Jun 11, 2006 1:41 pm Post subject: |
|
|
1) It is possible to select, copy and paste from DOS windows (click the icon in the top left corner and go to "Edit")
2) This is just a Perl warning. The uninitialized value is probably not the culprit to your disconnect problem (if that even is a problem, or were you just running a test script to show this warning?) _________________ Current Site (2008) http://www.cuvou.com/ |
|
| Back to top |
|
 |
svennson Newbie

Joined: 05 Jun 2006 Posts: 29
 
|
Posted: Sun Jun 11, 2006 2:39 pm Post subject: |
|
|
hey , no i can't send you the dos mode tekst , beacus when i start bot he is gone i click and its just my bot he works whit the rev 84 but i need a few things from 102 ... |
|
| Back to top |
|
 |
svennson Newbie

Joined: 05 Jun 2006 Posts: 29
 
|
Posted: Sun Jun 11, 2006 2:53 pm Post subject: |
|
|
| Code: | C:\Program Files\xampp\perl>perl.exe echobot.pl
MSN 2.1.2 (14/05/2006) Rev: 102 - Checksum: 24582-NS53848-SB21136
Use of uninitialized value in concatenation (.) or string at lib/MSN/Notificatio
n.pm line 864, <DATA> line 1.
phpbbhelper@hotmail.com has connected successfully! |
|
|
| Back to top |
|
 |
|