Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Is reference blessed?

by brycen (Monk)
on Mar 26, 2010 at 02:23 UTC ( [id://831017]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # We want the true type of blessed objects like XML::DOM::Document
        my $true_type;
    ...
            $true_type =~ s/.*=(\w*).*/$1/;
            }
        print ref($value)," is really an $true_type\n";
    
  2. or download this
    XML::DOM::Document is really an ARRAY
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-26 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found