Hello
       I need to understand ,
           @{form->{"${module}_links"}{$key}}
      my question :
          if the $key = "IC" then {$key} will have a reference of location 
          if the $key = "IC_tax" then {$key} will have a another reference of 
location 
          if the $key = "IC" again then {$key} will have the same reference of 
the location of first statment.
          Why...

       you can see the code in ic.pm at sub create_link
       the code will be
        @{form->{"${module}_links"}{$key}} , {accno => $ref->{accno}, 
description => $ref->{description}}

      or this key belong to cache so no duplicated variable.
      Please, be patient with me

Thanks for your cooperation
Shaekir Khzym



_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ledger-smb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to