Hi,I have no problem with one dimension Array. For example:Y = new Array();Y[0] = smith;Y[1] = john;.. ..My problem is with two dimension Array. For example:Y[0,0] = smith;Y[0,1] = john;....Do you agree to define Y = new Array() with two dimension Array.Thank you for your help in this matter.
Hi,I would like to know the maximum number of the decimal places which I could get from coding with Perl Programming languages without using BIGNUM.Thank you for your helping in this matter.
Hi,I want to use a big number in perl programming language.Unfortunately, my perl software does not support "BIGNUM".Is there another way to replace "BIGNUM" to solve my problem.Thank you for your feedback.