Hi,
I've been reading about packages in perl and am having a prety tough time understanding a few concepts namely :
-> nested packages (how do we nest packages?any practiacal purpose?)
-> entries in the package symbol
table : 'build_attack_hash' => *AttackDiv::build_attack_hash, (what does the typeglob do here?a brief on "typeglob" would also be appreciated)
Thanks in Advance!