in reply to Re^2: Use cases for 'sub Pckg::func { }' ?
in thread Use cases for 'sub Pckg::func { }' ?
I answered that. It's used every time you export something. e.g. use X qw( foo ); It allows foo to find other subs it should find and to use use vars vars it expects to find.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Use cases for 'sub Pckg::func { }' ?
by LanX (Saint) on Aug 01, 2020 at 08:38 UTC | |
by ikegami (Patriarch) on Aug 01, 2020 at 16:28 UTC |