Re: Net::AIM error

2002-10-08 Thread Sanko Robinson
"Silverfox" wrote... [snip] : OK...I rewrote the code..created the sub's..this is what am getting..any : ideas: I may be totally off the mark, but I think it's an issue of namespaces. Sort of a variation of the same problem as before. Keep reading... : ERROR: : [laptop@localhost perl]$ ./aim.pl

Re: Net::AIM error

2002-10-08 Thread PeterKorman
On Mon, Oct 07, 2002 at 08:37:15AM -0400, SilverFox wrote: > SPAM: Start SpamAssassin results -- > SPAM: This mail is probably spam. The original message has been altered > SPAM: so you can recognise or block similar unwanted mail in future. > SPAM: See ht

Re: Net::AIM error

2002-10-07 Thread SilverFox
Silverfox wrote: > Sanko Robinson wrote: > >> "Silverfox" wrote... >> : hey All, am trying to use the Aim module and getting this error: >> : Code = >> : #!/usr/bin/perl -w >> : >> : use Net::AIM; >> : $aim = new Net::AIM; >> : $aim->newconn(Screenname =>'anything', >> :

Re: Net::AIM error

2002-10-07 Thread SilverFox
Sanko Robinson wrote: > "Silverfox" wrote... > : hey All, am trying to use the Aim module and getting this error: > : Code = > : #!/usr/bin/perl -w > : > : use Net::AIM; > : $aim = new Net::AIM; > : $aim->newconn(Screenname =>'anything', > : Password =>'duh',) > :

Re: Net::AIM error

2002-10-07 Thread SilverFox
Sanko Robinson wrote: > "Silverfox" wrote... > : hey All, am trying to use the Aim module and getting this error: > : Code = > : #!/usr/bin/perl -w > : > : use Net::AIM; > : $aim = new Net::AIM; > : $aim->newconn(Screenname =>'anything', > : Password =>'duh',) > :

Re: Net::AIM error

2002-10-06 Thread Sanko Robinson
"Silverfox" wrote... : hey All, am trying to use the Aim module and getting this error: : Code = : #!/usr/bin/perl -w : : use Net::AIM; : $aim = new Net::AIM; : $aim->newconn(Screenname =>'anything', : Password =>'duh',) : or die "Error: Cannot Conne

Net::AIM error

2002-10-06 Thread SilverFox
hey All, am trying to use the Aim module and getting this error: Code = #!/usr/bin/perl -w use Net::AIM; $aim = new Net::AIM; $aim->newconn(Screenname =>'anything', Password =>'duh',) or die "Error: Cannot Connect to Aim!"; $conn = $aim->getconn()