Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Re: lvalue trickery

by dada (Chaplain)
on Jul 26, 2002 at 13:13 UTC ( [id://185527]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $SIG{__DIE__} = sub {
        Dump( $obj->{val}->{one} );
    ...
    my $obj =  foo->new;
    #  dies here
    $obj->val = "foo";
    
  2. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 04:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found