Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Can not remove 'redefined' warning (no)

by tye (Sage)
on Jun 08, 2012 at 13:56 UTC ( [id://975165]=note: print w/replies, xml ) Need Help??


in reply to Can not remove 'redefined' warning

warnings.pm has lexical scope and so your use of it has no impact on the actual assignment code inside of overload.pm.

package Math::BigInt; no overload '*'; use overload '*' => sub { ... };

- tye        

Replies are listed 'Best First'.
Re^2: Can not remove 'redefined' warning (no)
by grondilu (Friar) on Jun 08, 2012 at 14:13 UTC
    It works! Thanks a lot :) !

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-24 02:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found