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.