No, these variables are only initialized once per class so not possible to vary 
based on request.

On Nov 11, 2015, at 8:00 AM, Carrington, Matthew (Produban) 
<matthew.carring...@produban.co.uk> wrote:

> Poet provides a useful facility to import a variable into a component ...
> 
> e.g.  From Poet::Manual::Subclassing ...
> 
>    package MyApp::Import
>    use DBI;
>    use Poet::Moose;
>    extends 'Poet::Import';
> 
>    method provide_dbh ($caller, $poet) {
>        $dbh = DBI->connect(...);
>    }
> 
> ... that I've found very useful but I wondered whether it was possible to 
> return a different database handle depending upon a URL parameter. Can I 
> access any information about the request within this method ? If so, how ?
> 
> Does anyone know if this is possible ?
> 
> Matthew
> Emails aren't always secure, and they may be intercepted or changed
> after they've been sent. Produban doesn't accept liability if this
> happens. If you think someone may have interfered with this email,
> please get in touch with the sender another way. This message and any
> documents attached to it do not create or change any contract unless
> otherwise specifically stated. Any views or opinions contained in this
> message are solely those of the author, and do not necessarily represent
> those of Produban, unless otherwise specifically stated and the sender
> is authorized to do so. Produban doesn't accept responsibility for
> damage caused by any viruses contained in this email or its attachments.
> Emails may be monitored. If you've received this email by mistake,
> please let the sender know at once that it's gone to the wrong person
> and then destroy it without copying, using, or telling anyone about its
> contents. Produban Servicios Informaticos Generales, S.L. (UK Branch).
> Registered office: Shenley Wood House, Chalkdell Drive, Shenley Wood,
> Milton Keynes MK5 6LA. Branch registration number BR 008486.
> Ref:[PDB#014]
> ------------------------------------------------------------------------------
> _______________________________________________
> Mason-users mailing list
> Mason-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mason-users


------------------------------------------------------------------------------
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users
  • [Mason] Import Carrington, Matthew (Produban)
    • Re: [Mason] Import Jonathan Swartz

Reply via email to