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...
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 =~...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.