in reply to Re: Understanding a OOp code
in thread Understanding a OOp code
Thanks for so quick a reply,
but, please, I am still not able to get it, I get some data with 'my $licObj = LIC_INFO($licCode);'
but , I do not understand the objective(logic) behind calling the same sub-routine with '$licObj->LicenseData();'
'sub LicenseData' is the sub-routine where "my licObj is created"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Understanding a OOp code (updated)
by haukex (Archbishop) on Sep 26, 2016 at 10:17 UTC | |
by sachinz2 (Acolyte) on Sep 26, 2016 at 11:56 UTC | |
|
Re^3: Understanding a OOp code
by GrandFather (Saint) on Sep 26, 2016 at 19:52 UTC |