in reply to Pack and Win32::API

For pointers to simple '\0'-terminated strings, use an argument type of "P" and just pass the string in directly.

If you wanted pointers to anything else, then you'd have to use pack and an argument type of "N".

        - tye (but my friends call me "Tye")

Replies are listed 'Best First'.
Re: (tye)Re: Pack and Win32::API
by cyocum (Curate) on Mar 17, 2002 at 23:44 UTC

    Tried it. No joy.