in reply to Re^2: Caching a default instance to avoid initializing it every time (with Moo)
in thread Caching a default instance to avoid initializing it every time (with Moo)

Ended up going that way in the end. Thanks!
  • Comment on Re^3: Caching a default instance to avoid initializing it every time (with Moo)

Replies are listed 'Best First'.
Re^4: Caching a default instance to avoid initializing it every time (with Moo)
by karlgoethebier (Abbot) on Jul 01, 2018 at 11:50 UTC

    Nice to hear. Good things need a while (My best Denglish ever) 😎.

    Best regards, Karl

    «The Crux of the Biscuit is the Apostrophe»

    perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help