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. zadrfle

    Need correct XML module

    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
  2. zadrfle

    Matching on a string

    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...
  3. zadrfle

    Need correct XML module

    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...
  4. zadrfle

    Palm Calendar Format

    Search CPAN for palm modules. There are several. They will provide the interface to the palm file.
  5. zadrfle

    Calendar syncs, but contacts don't!!

    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...

Part and Inventory Search

Back
Top