embedded subs inside subs

[email protected] (ToddAndMargo via perl6-users) Wed, 8 Oct 2025 00:01:05 -0700
Newsgroups perl.perl6.users
Message-ID <[email protected]>
Hi All,

    Redeclaration of routine 'GetEsetInternetSecurity'.  Did you
    mean to declare a multi-sub?
    at /home/linuxutil/./GetUpdates.raku:5161

I meant to declare the same sub name INSIDE their own subs.
They are meant to be ONLY be active inside the subs
they are embedded in and ignored everywhere else.

Grrrrr......

-T