


Here's a question for people in the know. On PHP there is a global optionto turn on Zlib compression to save bandwidth. On perl is there anythingsimilar? I currently run Ikonboard via Active Perl (for win32) and waswondering how hard it would be to enable Zlib for this application or global...
I am trying to create an OsCommerce plugin that parses a number offiles and adds them to the catalog.I need some method of transferring the files to be parsed to theserver with OsC.Ideally, I would like to send these as a zip file, but in order tokeep the installation requirements and user knowl...
How can I get the output from 'zcat' as if I was opening a file? What Iwould like to do, is go throug each line return by zcat looking forspecic patterns.Thanks,Newbie...
Yet Another YAPC::NA 2005 Conference Reminder--------------YAPC::NA 2005 is Yet Another Perl Conference, North America,this year to be held in downtown Toronto, Ontario, Canada,Mon - Wed 27 - 29 June 2005.Important Dates/Deadlines--------April 18 -- deadline for paper submissionsMay 12 -- last d...
Is it possible to print the path of all leaf nodes of an XML using XML::SimpleThis is the kind of output text that i'm trying to print (not the leaf node values but the path to reach them)c:\> perl ListLeafs.pl config.xml{RootNode}->{ChildNode1}->{LeafNode1}{RootNode}->{ChildNode1}-...
Hi,I am using XPath to retrieve the node data from an XML file. I used the following code to extract the attribute data from the file. I manually entered the attribute name in the code and I am able to extract the data properly. But when I tried to read the attribute name into a variable and use...
Can someone tell me how I can validate XML file like the one belowI have an XML file like...<DateCreated><Year>2000</Year><Month>09</Month><Day>25</Day></DateCreated><DateCreated><Month>10</Month><Day>28</Day></Date...
Can anybody tell me how can we transform an XML of huge data such as of 3GB using XSLT in Perl? If this is not possible please suggest me another way to do the task?...
Hi all,I am new to perl and xml ...Can anyone help me out to read an xml file and write it to text file....
I Have an August 1st deadline to convert an XML file to an LDIF/LDAPFile. Some one told me that i should use perl. Can anyone helpPlease?! I have never programed in perl before....
HiThere is a requirement for me to post some xml data to a server which has some services running and get the results back in hml form. Can any one let me know how to proceed to achieve the above. I am a fresher and please let me know if some modules have to be incorporated.Thanks in AdvanceRega...
I am working on a university masters project. It involves extracting information from xml files. The xml file consists of information as shown below.<Moved to attachment - MOD>I have to write a code, so that whenever the user enters the node_id, the information about that node gets retriev...
Hi masters can any one help me plzzz.I have to parse a XML file..Here is example<Root><An>56565</An><The><value/></The></Root>Here i need to parse this xml to get the result as some_var[0]=An*56565ssome_var[1]=The*value...
I have a file that was exported as an XML file using UFT-8 encoding.Is there a module that will allow me to convert the text so that it isreadable on a Unix system. The text needs to be imported into a legacysystem that does not understand UTF-8 so I end up losing somecharacters (',",`,\t e...
I have an XML file like...<DateCreated><Year>2000</Year><Month>09</Month><Day>25</Day></DateCreated><DateCreated><Month>10</Month><Day>28</Day></DateCreatedI need to validate all the elements between <DateCreated...
