When I tried executing my perl script, it complained of no gettext so I downloaded it and installed it. Now when I run it again it throws the following message
Prototype mismatch: sub main::LC_ALL: none vs () at test.pl Prototype mismatch: sub main::LC_NUMERIC: none vs () at test.pl line 2 +4 Prototype mismatch: sub main::LC_TIME: none vs () at test.pl line 24 Prototype mismatch: sub main::LC_MONETARY: none vs () at test.pl line +24 Prototype mismatch: sub main::LC_CTYPE: none vs () at test.pl line 24 Prototype mismatch: sub main::LC_MESSAGES: none vs () at test.pl line +24 Prototype mismatch: sub main::LC_COLLATE: none vs ()
found that it is caused by mismatch between Locale::gettext and POSIX. Is there a way to overcome this issue
ThanksIn reply to Prototype mismatch: sub main::LC_ALL: none vs () by perlnew1611
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |