P
palemmahesh
Hi,
Iam new to perl and I have some doubt regarding ISA of inheritance.
Suppose /tmp/base/base.pm and /tmp/derived/derived.pm files are present
in my file system.
I want to inherit base.pm into the derived module.
how should I write ISA in derived.pm.
One morething is that both modules are in different paths/directories.
and say the above paths are not present in the @INC array.
So Can Anyone please suggest me how I can inherit the above situation.
Thanks and Regards,
Mahesh
Iam new to perl and I have some doubt regarding ISA of inheritance.
Suppose /tmp/base/base.pm and /tmp/derived/derived.pm files are present
in my file system.
I want to inherit base.pm into the derived module.
how should I write ISA in derived.pm.
One morething is that both modules are in different paths/directories.
and say the above paths are not present in the @INC array.
So Can Anyone please suggest me how I can inherit the above situation.
Thanks and Regards,
Mahesh