Re: Downloading an older version of perl

2013-01-30 Thread midhun
e > Edition <http://www.activestate.com/enterprise-edition>." > http://www.activestate.com/activeperl/downloads > > > On Wed, Jan 30, 2013 at 1:14 PM, midhun wrote: > >> Hi guys, >> >> Where do I download an older version of active perl? >> >>

Downloading an older version of perl

2013-01-29 Thread midhun
Hi guys, Where do I download an older version of active perl? Like 5.6 or 5.8 etc. Any download links will be really helpful Regards, Midhun

Re: Regex issue

2013-01-06 Thread midhun
Ya, this code is perfect Punit. This works fine for me too. Regards, Midhun On Thu, Jan 3, 2013 at 4:46 PM, Paul Johnson wrote: > On Thu, Jan 03, 2013 at 03:53:20PM +0530, punit jain wrote: > > Hi, > > > > I am facing issues in parsing using Regex. The problem defin

Re: search and replace

2012-08-16 Thread midhun
The issue is $cs_project = "C:\build.txt"; ## In Double quotes takes the string as C:build.txt.since its an escape character That's the reason why Rob suggested to put the string in Single quotes. Both Gergely and Rob are right. Cheers, Midhun On Thu, Aug 16, 2012 at 2:2

Re: system command not working in different versions

2012-08-08 Thread midhun
Neeli, Hal is right. Try $which perl from your shell. The location may differ. Regards, Midhun On Thu, Aug 9, 2012 at 11:46 AM, Hal Wigoda wrote: > What about the location of perl itself? > > > On Thu, Aug 9, 2012 at 12:13 AM, venki neeli > wrote: > > Yes Midhun, > &g

Re: system command not working in different versions

2012-08-08 Thread midhun
One suggestion. Did you compare the shebang line of your submit_now.pl and your perl executable location in the 2nd machine where it is not working. Regards, Midhun On Wed, Aug 8, 2012 at 11:48 AM, venki neeli wrote: > Dear Friends, > > I am developing a script in which I need to cal