Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: Runtime introspection: What good is it?

by sgifford (Prior)
on Jul 10, 2008 at 08:00 UTC ( [id://696639]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <iostream>
    
    ...
      Shape *shape2 = new Circle();
      shape1->intersect(shape2);
    }
    
  2. or download this
    (Determining type of second shape)
    Intersect polygon with circle
    
  3. or download this
    package MyModule;
    
    ...
        # ...
      };
      return !$@;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found