A few corrections on my part...

On Sun, Dec 28, 2014 at 04:35:49PM -0500, Brandon McCaig wrote:
> > sub func1{
> >   say "About to run shared function!";
> >   $anon_func->("func1");
> > }

Oh, duh, there is func1 right there. :\ OK, that part makes
sense. :)

> Or else:
> 
>     sub shared_func = sub { ... };

That obviously should have been:

    sub shared_func { ... }

I should have had coffee (or beer) before posting.

It looks like David figured it out anyway.

Regards,


-- 
Brandon McCaig <bamcc...@gmail.com> <bamcc...@castopulence.org>
Castopulence Software <https://www.castopulence.org/>
Blog <http://www.bamccaig.com/>
perl -E '$_=q{V zrna gur orfg jvgu jung V fnl. }.
q{Vg qbrfa'\''g nyjnlf fbhaq gung jnl.};
tr/A-Ma-mN-Zn-z/N-Zn-zA-Ma-m/;say'

Attachment: signature.asc
Description: Digital signature

Reply via email to