Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Prototype mismatch using mod_perl

by AlfaProject (Beadle)
on Aug 09, 2011 at 11:17 UTC ( [id://919455]=note: print w/replies, xml ) Need Help??


in reply to Re: Prototype mismatch using mod_perl
in thread Prototype mismatch using mod_perl

That bug in mod_perl
The problem is in use Encode qw(encode decode);
The problem , that is modules redefining functions and ModPerl::RunPerl can't handle this in right way.
(read the post under, it's bug in mod_perl).
I must to find way to get rid of this messages !
thanks

Replies are listed 'Best First'.
Re^3: Prototype mismatch using mod_perl
by kobargh (Novice) on Apr 17, 2012 at 12:43 UTC
    You can import 'nothing' and then use full function names to get rid of these messages
    use Encode(); Encode::encode(); Encode::decode();

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://919455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-18 03:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found