dda has asked for the wisdom of the Perl Monks concerning the following question:
I'm getting the following message in webserver's error_log:
Lines 11 and 12 of my script are:Prototype mismatch: sub main::localtime (;$) vs none at /home/httpd/ht +ml/ds/vn.pl line 12
I need to use both modules. Is it possible to get rid of this (warning?) message?use Time::localtime; use POSIX qw (locale_h localtime);
--dda
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Prototype mismatch when using two modules with the same function
by Tomte (Priest) on Jun 21, 2003 at 11:46 UTC | |
by dda (Friar) on Jun 21, 2003 at 12:05 UTC | |
|
Re: Prototype mismatch when using two modules with the same function
by PodMaster (Abbot) on Jun 21, 2003 at 12:24 UTC | |
|
Re: Prototype mismatch when using two modules with the same function
by atnonis (Monk) on Jun 21, 2003 at 19:57 UTC |