Skip Menu |

This queue is for tickets about the Net-AOLIM CPAN distribution.

Report information
The Basics
Id: 7135
Status: new
Priority: 0/
Queue: Net-AOLIM

People
Owner: Nobody in particular
Requestors: pursual [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.6
Fixed in: (no value)



Subject: array dereference and split errors
Runing version 1.6 perl 5.6.1. on Linux i686 using example.pl First of all sometimes the progrma just stops after username and pw...amybe it is going to time out eventually but not sure. Regardless when it does login I get numerous errors: Use of uninitialized value in array dereference at /home/tonyg/lib/perl5/site_perl//Net/AOLIM.pm line 950, <> line 2. Use of uninitialized value in join or string at example.pl line 78, <> line 2. Anyone else experience these errors? Also can anyone provide any documentation for example.pl? It seems from the code that it should accept some commands like /im or /quit but i can't get it to do so.
From: pursual [...] gmail.com
The undefined value in join line 78 error in example.pl can be fixed by adding this line: "'' => ''," to the definition of %com3. The definition would then be: %com3 = ("\0" => '', ' ' => '', '' => '', #new line here.... 'U' => 'Unavailable');