Mark Stosberg wrote:

On 2004-09-06, William McKee <[EMAIL PROTECTED]> wrote:


Hey Mark,

It looks like the plugin bug has bitten you! These look like useful
additions to the C::A suite. I like the lazy loading and the access
methods you show in your example. Would it be possible to access the
config as a hashref?



Currently that's not an option, but it would be easy to adjust it for that. Do you have a suggestion on who you might like that syntax to work? Maybe:

=head2 cfg_href()



Why not use context?

sub cfg {
   ...
   return wantarray ? %cfg : \%cfg;
}


%config = $self->config; $config = $self->config;


Clayton Scott

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to