Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

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

by BrowserUk (Patriarch)
on Jul 09, 2008 at 19:40 UTC ( [id://696538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    char * buffer = malloc( ... );
    read( source, buffer );
    ...
        case ELLIPSE: o = makeEllipseFromString( buffer ); break;
        ...
    }
    
  2. or download this
    class Rect;
    bool intersect( Rect* );
    bool intersect( Ellipse* );
    bool intersect( Polygon* );
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-03-28 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found