Greetings,

I'm not exactly sure what its called but for example, when using mod_perl, I 
see the following:

$r->prev->uri

my $c = $r->connection;

etc..

How do you create something like this? I was searching for a way to do the 
following psuedo code:

my $fruits = new Fruit;

$fruits->apples = new Fruit::Apples;
print $fruits->apples->all;

$fruits->pesticides = new Chemicals::Pesticides;
print $fruits->pesticides->harsh;

Sorry for such a bad description, I don't know how to explain it otherwise.

Thanks!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to