![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Hi
No Not like that, What I have is like this, Package A::B::C; 1; Package A::B::D; sub abc {..... ... } sub xyz { ......... } Package A::B::E sub new{ ..... } Package A::B::F use base (A::B::E); Packge A::B::G use base (A::B::E); In reply to Re^2: Understanding a OOP Code: Package declared within a Package
by sachinz2
|
|