Recent content by RiveraC

  1. R

    XML-RPC Java/Perl Problem, Help Please?

    I am having problem with a Java program that calls a Perl/CGI Script, creates a hash and returns. A simple example looks like this: Perl Script: ------------------------------------------------------------------------------------ sub createHash{ %hashTable = (); $hashTable{"first"} = 1; #...
  2. R

    XML-RPC Java/Perl Problem, Help Please?

    I am having problem with a Java program that calls a Perl/CGI Script, creates a hash and returns. A simple example looks like this: Perl Script: ------------------------------------------------------------------------------------ sub createHash{ %hashTable = (); $hashTable{"first"} = 1; #...
Back
Top