Re: Debugger in PErl

2008-04-12 Thread Daniel Kasak
On Thu, 2008-04-10 at 03:44 -0700, jeevs wrote: > Is there a good debugger for perl. I have an application running on > Ubuntu , with apache and mod perl along with mysql. and we are into > reverse engineering the product. And need to debug the code. Is there > any debugger for perl other than the

Re: how to construct regex to count no. of alphabets in a scalar variable

2008-04-12 Thread Chas. Owens
On Sun, Apr 13, 2008 at 12:35 AM, <[EMAIL PROTECTED]> wrote: > Hi, > How do I construct a regex to count the number of 'a' within a scalar > variable such as the undermentioned. > One method I can think of is to split the scalar string into a list and then > do the counting but I just feel tha

how to construct regex to count no. of alphabets in a scalar variable

2008-04-12 Thread itshardtogetone
Hi, How do I construct a regex to count the number of 'a' within a scalar variable such as the undermentioned. One method I can think of is to split the scalar string into a list and then do the counting but I just feel that this in not necessary. Thanks { my $string = 'hello there are many a aa