in reply to Perl equivalent of Java code

Could you explain for those who don't know how to read Java what it does? A description of the actual problem would enable more people here to respond with better accuracy.


Dave

Replies are listed 'Best First'.
Re^2: Perl equivalent of Java code
by Anonymous Monk on Jan 19, 2006 at 17:06 UTC
    Thanks for your reply
    I am not very familiar with Java but here goes
    From the javadoc

    BigInteger(String val, int radix) Translates the String representation of a BigInteger in the specified radix into a BigInteger.


    toByteArray() Returns a byte array containing the two's-complement representation of this BigInteger.