Actually I did, I call the is_master sub on the do_help sub wich is called by the do_command sub...
I'm starting to think that this is either a ppd(ActivePerl's module format) bug or an ActivePerl bug since I've tested it again without any changes and haven't got that error this time, althrough I always get these:
Use of uninitialized value in exists at C:/Perl/site/lib/Net/IRC/Connection.pm line 519.
Use of uninitialized value in exists at C:/Perl/site/lib/Net/IRC/Connection.pm line 519.
Use of uninitialized value in string eq at C:/Perl/site/lib/Net/IRC/Connection.pm line 1941.
Use of uninitialized value in string eq at C:/Perl/site/lib/Net/IRC/Connection.pm line 1941.
with some variations on line numbers... I've first thought that my error was generating these, but since I've only got these this time, I think it's a module problem.
I'll do some tests on Linux and get back to you guys.
Thanks,
my
($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br")
if ($author_name eq "Er
Galvão Abbott");