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

Re: use Switch wierdness

by GrandFather (Saint)
on Aug 25, 2012 at 02:36 UTC ( [id://989677]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $perldata = bless {hello => 'world'}, 'superman';
    $bar = test($perldata);
    ...
        my $self = shift;
        warn $self->{perldata};
    }
    
  2. or download this
    superman=HASH(0x182b3dc) at noname2.pl line 18.
    test: superman=HASH(0x182b3dc)
    ...
    Warning: something's wrong at noname2.pl line 18 during global destruc
    +tion.
    test: superman=HASH(0x182b3dc)
    test: superman=HASH(0x182b3dc)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-03-29 05:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found