Would anyone know how to get the real address of a variable ( especially a string) in Perl. Ta!
Actually I need the address of a string (binary) to be passed to a C function of this type (void MyFunction(unsigned char *input, unsigned char *output) without giving the length (the length is dealt within the C function. My function just need the address to work fine.