"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
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
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',
>> :
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',)
> :
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',)
> :
"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
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()