Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Temporarily disabling overloaded operations.

by broquaint (Abbot)
on Sep 15, 2003 at 07:45 UTC ( [id://291504]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo::print {
      my $obj = overload::Strval($_[0]);
    ...
    __output__
    
    foo=ARRAY(0x1012116c): some output
    
  2. or download this
    perl -e 'bless \1'
    Modification of a read-only value attempted at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-03-29 08:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found