in reply to Prototype mismatch when using two modules with the same function
First guess: use one of the functions with the fully qualified name:
should work, if I'm not completly mistaken.use Time::localtime; use POSIX qw(locale_h); [...] POSIX::localtime(); localtime() # package Time::localtime
regards,
tomte
Hlade's Law:
If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Prototype mismatch when using two modules with the same function
by dda (Friar) on Jun 21, 2003 at 12:05 UTC |