Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. truenight

    Posting a xml object to a url

    Wondering if someone could help here. I have some asp code which posts an xml object and then receives a response back in the form of an xml object and I need to do the same thing in Java can someone point me in the right direction to do this. I worked out how to create the xml object just dont...
  2. truenight

    Replacing a substring in a text

    Question Withdrawn error found unrelated to the code that was being pointed to.
  3. truenight

    Replacing a substring in a text

    Im trying to use the $variable_name =~ s/[string_to_remove]/[string_to_add] command to replace text found in an array. Code below is direct excerpt from my code. $emptyReplace = "($FORM{'elementName'})"; $empty = "EMPTY"; foreach $i (@xmlFileArray) { if ($i =~...
  4. truenight

    Newbie Q: file open from another server

    Im Writing a cgi script and I want to open a text file to append which is found on another server. Have tried: open (OUTFILE, ">>http:\\servername.com\nameoffile.txt"); However this doesn't seem to work. Any suggestions appreciated.

Part and Inventory Search

Back
Top