Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Catalyst component config

by Solo (Deacon)
on Aug 26, 2011 at 02:01 UTC ( [id://922481]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # in myapp.conf
      <Controller Foo>
    ...
      # data from config
      $c->log->debug( $self->{foo} ); # logs 'bar'
    }
    
  2. or download this
    package MyApp::Controller::Foo;
    ...
    ...
      # data from config
      $c->log->debug( $self->{foo} ); # logs 'bar'
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-23 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found