Mike,
Please post
- the code where you read in the XML and set up the hash.
- A sample of the XML file.
I will take a look at it tomorrow at work & see if I can assist.
RichardB
Try this:
if ( $string =~ /\\\\\w+\\\w+/) { print"match\n"; }
\\\\ - 2 escaped backslashes
\w+ - then 1 or more "word" charactors (alphanumeric plus some special charactors)
\\ - 1 escaped backslash
\w+ - and again, 1 or more "word" charactors
I highly...
Motte,
It looks like you want to append new sections to the file and XML::Writer thinks you want to write a whole new XML doc at the end of the file.
I see three ways around the problem:
1. Read the xml file into a hash, add you data to the hash and write the entire hash out as an xml file...
Laura,
Someone I work with had a problem that sounds like yours.
If you use Pocket Mirror, there are two places where you might look.
1. click on the HotSynch icon in the system tray. You will get a menu. Select "Custom..." and you will get a dialog box. Make sure your settings...
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.