Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Re: RFC - Parameter Objects

by rcaputo (Chaplain)
on May 29, 2003 at 17:19 UTC ( [id://261621]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $thing->foo();
      $foo = $thing->foo($bar);
    
  2. or download this
      $thing->get_foo();
      $foo = $thing->set_foo($bar);
    
  3. or download this
    sub foo {
      my $self = shift;
    ...
        # return foo member here
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found