Regular Expression Help

2008-04-15 Thread Ley, Chung
Hi, I have a program that will take in a string that will resolve to a path where the output is going to store. The path can includes variables in this format %VariableName%. The acceptable variableNames that the program will support are fixed to a list such as Person, Class, Dept. This

RE: Regular Expression Help

2008-04-15 Thread Ley, Chung
Thank you! This looks much cleaner. From: Jialin Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 8:56 PM To: Ley, Chung Cc: beginners@perl.org Subject: Re: Regular Expression Help my $input =q(C:\Windows\%Person%\%Class%); my @vars

Error connecting to 'http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/PPMServer'

2006-06-22 Thread Ley, Chung
Hi, I am trying to use PPM to install some module, I am running version 2.2.0. But I got this error... Is there something happening on the server side or is this some thing that I need to check with my network? Is this has to do with ActiveState spinning out? I am sorry, I didn't know

RE: undefined...

2005-05-23 Thread Ley, Chung
:[EMAIL PROTECTED] Sent: Sunday, May 22, 2005 12:56 AM To: Perl Beginners Subject: Re: undefined... On 5/22/05, Ley, Chung wrote: Upon further inspection of the array that I passed into the call, I find out that for some reasons, my array's last couple of elements are defined but without

RE: undefined...

2005-05-21 Thread Ley, Chung
Subject: Re: undefined... On 5/21/05, Ley, Chung wrote: Hi, I have a piece of code which generates array of arrays which then is used to call the GD::Graph::Boxplot... For some reasons, I would have elements that is defined but has not value. I have been going thru the code to see if I

undefined...

2005-05-20 Thread Ley, Chung
Hi, I have a piece of code which generates array of arrays which then is used to call the GD::Graph::Boxplot... For some reasons, I would have elements that is defined but has not value. I have been going thru the code to see if I had accidentally assigned null values or if I had

What is the best way to release memory from data structure?

2005-04-19 Thread Ley, Chung
Hi, I have a complex data structure using hash of hash of hash that I need to hold one unit of data that I need to process. After finishing processing this unit, I need to go to the 2nd unit; each unit will be approx. 10Meg of data. What is the quick and efficient way for me to release the