in reply to Re: Prototype mismatch when using two modules with the same function
in thread Prototype mismatch when using two modules with the same function

It works. Thanks!

Most funny thing is that I used POSIX::localtime with the fully qualified name already. So I just removed 'localtime' from 'use POSIX' statement. :)

--dda

  • Comment on Re: Re: Prototype mismatch when using two modules with the same function