Re: Fwd: Win32::OLE merge rtf files - table structure missing

2022-06-15 Thread perl kamal
could not be seen in advanced stage of pregnancy and due to > poor or inadequate acoustic window. Sometimes not all four limbs can be > clearly visualized due fetal position and acoustic window. This has been > clearly explained to the patient. > > > > So what is the problem? It sound

Re: Win32::OLE merge rtf files - table structure missing

2022-06-14 Thread perl kamal
4.20%* *EFW-GP(AUA)(Hadlock): 32.28%* *Doppler Measurements* *FHR: 150Bpm* *Ultrasound Image* *Comments: * *Signature(seal): * *Date Signed: * On Tue, Jun 14, 2022 at 10:56 AM perl kamal wrote: > Hi, Greetings!!! > I am trying to process an rtf file , get the cont

Fwd: Win32::OLE merge rtf files - table structure missing

2022-06-14 Thread perl kamal
@mflan.com I have attached a file to see if the list accepts attachments. Mike On 6/14/22 00:26, perl kamal wrote: > Hi, Greetings!!! > I am trying to process an rtf file , get the content from a > paragraph,construct a table with the processed data and update it at > the "Co

Win32::OLE merge rtf files - table structure missing

2022-06-13 Thread perl kamal
Hi, Greetings!!! I am trying to process an rtf file , get the content from a paragraph,construct a table with the processed data and update it at the "Comments:'' table which is at the end of the file. My expected table structure is not updated while merging the contents. Your comments/suggestions

Filehandle within foreach loop

2017-07-12 Thread perl kamal
Hello All, I would like to read multiple files and process them.But we could read the first file alone and the rest are skipped from the while loop. Please correct me where am i missing the logic.Thanks. use strict; use warnings; my @files=qw(Alpha.txt Beta.txt Gama.txt); foreach my $file (@file

Re: port details from the process id

2016-01-04 Thread perl kamal
Thanks for your valuable comments. On Thu, Dec 24, 2015 at 2:09 AM, Shlomi Fish wrote: > Hi perl kamal, > > On Wed, 23 Dec 2015 19:58:04 +0530 > perl kamal wrote: > > > Hi, > > I am trying to retrieve the port details by the process id as like below, > > but i

port details from the process id

2015-12-23 Thread perl kamal
Hi, I am trying to retrieve the port details by the process id as like below, but it fails. my $port = `ss -l -p -n | grep $pid| grep -v grep 2>&1`; When I manually issue the command with the pid, it yields the output. Will you please suggest/correct me.Thanks.

Re: Hash in file Formats

2015-12-16 Thread perl kamal
Please find the attachment. On Thu, Dec 17, 2015 at 1:26 AM, Raj Barath wrote: > Can you share a simple of JSON file and from that let us know what you > want to capture. > > On Wed, Dec 16, 2015, 3:41 PM perl kamal wrote: > >> ++Subject & Thanks. >> >>

Re: Hash in file Formats

2015-12-16 Thread perl kamal
++Subject & Thanks. On Thu, Dec 17, 2015 at 1:08 AM, perl kamal wrote: > Hi, > > I am trying to read a json output file,capture the required information, > storing them in an array and format the output in a file. > Please review my code and suggest me is there any way to c

Re: XML Simple + parsing inner loop elements + help

2015-12-08 Thread perl kamal
Hi, Thanks you for your valuable comments,let me try the Twig module. On 12/8/15, Kent Fredric wrote: > On 8 December 2015 at 19:25, perl kamal wrote: >> I am trying to parse the inner loop elements of the attached input xml >> elements. >> The below code doesn'

XML Simple + parsing inner loop elements + help

2015-12-07 Thread perl kamal
Hi, I am trying to parse the inner loop elements of the attached input xml elements. The below code doesn't retrieve the inner loop() elements if the properties tag contains more than one item. Will you please point the error and correct me. Please find the attached input xml file. Thanks. use s