Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Net::OSCAR: Having trouble getting started

by jpk236 (Monk)
on Jan 29, 2005 at 05:33 UTC ( [id://426191]=note: print w/replies, xml ) Need Help??


in reply to Re: Net::OSCAR: Having trouble getting started
in thread Net::OSCAR: Having trouble getting started

Thanks for catching that typo. Unfortunately, still didn't make things work. :( Let me know what else you think. Thanks.

- Justin
  • Comment on Re^2: Net::OSCAR: Having trouble getting started

Replies are listed 'Best First'.
Re^3: Net::OSCAR: Having trouble getting started
by edoc (Chaplain) on Jan 29, 2005 at 05:49 UTC

    ok, then the only other suggestion I would have is to add an error sub to your script. From the docs it looks like that's the only way to see errors..

    something like this should do it:

    sub error{ print join(' - ',@_); }

    pfft! scratch that.. really shouldn't try to think perl when in the middle of a totally unrelated conversation.. The answer's still in there somewhere though I think.

    ahh ok, here we go..

    $oscar->set_callback_error(sub{ print join(' - ',@_) });

    cheers,

    J

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://426191]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 17:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found