FW: Problem with installing PPM

2003-10-13 Thread Raghupathy, Ramesh .
Ramakrishna, 1) To check packages installed on your machine you have to "query" and not "search". 2) If you want to "search" packages through the proxy server, you need to define the following environment variables: HTTP_PROXY HTTP_PROXY_USER HTTP_PROXY_PASS. On my windows NT machine it is und

output help

2002-12-09 Thread Raghupathy, Ramesh .
Hi, I am using perl 5.8.0 for windows to output Unicode characters in a file and I like to see the unicode characters using any word processor on Windows. When I use Word 2000 using Arial Unicode MS font, all the unicode characters looks garbled. How can I see the Unicode characters of the file

RE: Question about this list

2002-04-15 Thread Raghupathy, Ramesh .
I just subscribe to the [EMAIL PROTECTED] and so I get only a few emails everyday but all messages exchanged as attachments to these emails. Hope this helps -Original Message- From: Troy May [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:19 PM To: Nikola Janceski; 'Timothy Jo

pattern match

2002-04-12 Thread Raghupathy, Ramesh .
Hi All, I have a file which has several occurances of word1 and word2 interspersed with other text. I need to extract only the text which is contained between consecutive occurances of word1 and word2 in that order. Is it possible to write a pattern match for this ? Thanks, Ramesh -- To un

substitution

2002-04-09 Thread Raghupathy, Ramesh .
Hi, I am trying to translate the abbreviation of the form A(4) to . I tried substitution as follows: $wholefile =~ s/(\w)\((\d+)\)/$1{$2}/g; This results in the abbrevation being replaced by spaces. How can I get this to work ? Thanks, Ramesh -- To unsubscribe, e-mail: [EMAIL PROTE