in reply to Re: Problem with sub
in thread Problem with sub

thanks to you all. but it adds the $victim like this to the file net::aim=hash(0x194efc4) instead of botroktester but it will send replies to that name so it is working just want to know why and if that could be changed?

Replies are listed 'Best First'.
Re: Re: Re: Problem with sub
by davorg (Chancellor) on Dec 29, 2002 at 13:00 UTC

    That's a problem with whatever you're passing into the subroutine. Your subroutine seems to be expecting a string that contains a name, but you're actually passing in a Net::Aim object.

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you do not talk about Perl club."
    -- Chip Salzenberg