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

Re: Be grateful for Perl OO

by Steve_p (Priest)
on Jan 30, 2003 at 15:38 UTC ( [id://231347]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for (int i=0; i < SomeValue; i++)
    {
    ...
    
        p = (Class_p)* some_param;
        SomeID = p->getID;
    
  2. or download this
    class SystemCase{
        public:
    ...
        public:
           SomeArrayType runMethod(){ ... }
    };
    
  3. or download this
    for (int i=0; i < SomeValue; i++)
    {
    ...
        SystemCase sc = SystemCase::getInstance(p); 
        SomeArray[i].value = sc.runMethod();
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 14:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found