in reply to Re: Net::Oscar crashes Perl
in thread Net::Oscar crashes Perl

Forgive me I'm a bit new to perl, where should I replace this code?

Replacing -w to use warnings; had no effect so far.

Replies are listed 'Best First'.
Re^3: Net::Oscar crashes Perl
by ikegami (Patriarch) on Jan 16, 2009 at 23:38 UTC

    That code is in the module you mentioned.

    Interesting. The warning appears whether warnings are enabled or not.

      Gust guessing: perldoc -m Net::OSCAR | egrep -n 'warnings?'