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

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 "%%". The acceptable variableNames that the program will support are fixed to a list such as "Person", "Class", "Dept". This list

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 who

Regular expression question...

2006-02-11 Thread Ley, Chung
Hi, What is the regular expression to look for "%" unless that the "\" is right before that? So, if I have something like this: "\%abc%", I like to get the 2nd "%" and not the first Thanks... --Chung

RE: undefined...

2005-05-23 Thread Ley, Chung
'x_label'=> 'Testers', 'y_label'=> 'Class Yield' ); die(); -Original Message- From: Offer Kaye [mailto:[EMAIL PROTECTED] Sent: Sunday, May 22,

RE: undefined...

2005-05-21 Thread Ley, Chung
OTECTED] Sent: Sat 5/21/2005 1:59 AM To: Perl Beginners 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 th

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 accidentally

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