in reply to Re: From string with variable Address to actual referencing that address? (core crypting problem)
in thread From string with variable Address to actual referencing that address? (core crypting problem)

You can still do what's he's asking to avoid.

printf("%s %s\n", user, pass);

The only thing you did is switch the language.

  • Comment on Re^2: From string with variable Address to actual referencing that address? (core crypting problem)
  • Download Code

Replies are listed 'Best First'.
Re^3: From string with variable Address to actual referencing that address? (core crypting problem)
by Argel (Prior) on Apr 20, 2011 at 00:23 UTC
    How so? I thought he was opening the database handle within the XS code and then passing the handle back to the script.

    Elda Taluta; Sarks Sark; Ark Arks

Re^3: From string with variable Address to actual referencing that address? (core crypting problem)
by Anonymous Monk on Apr 19, 2011 at 23:54 UTC

    Do you ever bother to actually read the posts you reply to?

    Or did you choose to ignore "accessible in binary form only", just so that you could find something to say in pursuit of your XP whoring?

      I thought the OP said he wanted to the give the source.

      Update: And he did: "I have to let the script for public access (so anyone could see the code)"

      Update: And also said "i must used perl and only perl".