Hi,
what do you want to accomplish ?
When reading my post you clearly see, when initilizing the plugin, the 
blessed reference is available in your app !!!
Check the guides.
Access the helper is the wrong term.
You can instantiate a new helper.
$app->[helpername] from within a plugin or
$c->app->[helpername] from within a controller.

Rgds.
Hans

Am Mittwoch, 5. Juli 2017 18:09:32 UTC+2 schrieb Charlie Brady:
>
>
> On Wed, 5 Jul 2017, Beginner wrote: 
>
> > Henry Foolman, thanks for your detailed reply about authoring plugins -- 
> > appreciate it.  Unless I misunderstood your post completely, my question 
> is 
> > really how to figure out the name of the helper function from within the 
> > helper, perhaps via some nested ref inside $self!?  I tried dumping it 
> but 
> > quickly got lost, so wanted to see if the community is aware of a trick. 
>   
> > Is that even possible? 
>
> See what caller() gives you: 
>
>
> https://stackoverflow.com/questions/2559792/how-can-i-get-the-name-of-the-current-subroutine-in-perl
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to