Re: Gigantic file size processing error

2014-01-03 Thread mani kandan
Hi, Thanks for all your guidance, The Error was "Perl Command Line Intepretar has encountered a problem and needs to close,  Also increased the virtual memory, No use, My system configuration OS XP SP3 Intel Core 2 duo with 2 GB Ram. regards Manikandan N On Friday, 3 January 2014 9:06 PM,

Gigantic file size processing error

2014-01-02 Thread mani kandan
Hi, We have file size of huge size 500MB, Need to Manipulate the file, some replacement and then write the file, I have used File::slurp and works for file size of 300MB (Thanks Uri) but for this huge size 500MB it is not processing and come out with error. I have also used Tie::file module sam

Re: Text Manipulation

2011-02-06 Thread mani kandan
Dear zavierz probably you can try this $I=~s/^(Article\s+[0-9]+\s+[\A-Z_a-z]+\S)/\\subsection*{$1}/g; print "$I"; --- On Sat, 5/2/11, zavierz wrote: From: zavierz Subject: Text Manipulation To: beginners@perl.org Date: Saturday, 5 February, 2011, 8:41 PM Hi, I am trying to modify a LaTex file

Re: Is there some IDE dedicated to perl?

2008-12-29 Thread mani kandan
Yes you can download Open Perl IDE or download TNL Perl Scripting Tool   Regards Mani --- On Mon, 12/29/08, mobile.parmenides wrote: From: mobile.parmenides Subject: Is there some IDE dedicated to perl? To: "beginners" Date: Monday, December 29, 2008, 6:18 AM Hi, I am new to perl. Ex

Re: error at using config::ini

2008-10-19 Thread mani kandan
lt;[EMAIL PROTECTED]> Subject: Re: error at using config::ini To: [EMAIL PROTECTED] Cc: beginners@perl.org Date: Sunday, October 19, 2008, 2:04 PM 2008/10/19 mani kandan <[EMAIL PROTECTED]>: > > Can't locate Config/IniFiles.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site > /

error at using config::ini

2008-10-19 Thread mani kandan
Dear all Please see the below code, i am in course of studying Configuration in perl, when i came across writing a small code, a error message was:   Can't locate Config/IniFiles.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site /lib .) at cok.pl line 2. BEGIN failed--compilation aborted at cok

use of Configuration files

2008-07-30 Thread mani kandan
Dear gurus,   I want to know how to use configuration files concept in Perl, using configuration files working with Perl scripts that is using reading an input from *.ini files and if possible sample files for my reference   Regards Manikandan

pointers in per

2008-06-12 Thread mani kandan
Dear gurus   I have to write a program with configuration file *.CFG, i came to know have to use pointers   I am new to pointer in perl can i get some tips about pointers in perl, where can i get study materials and sample files. Anticipating a favorable reply   Regards   Manikandan N     

perl CBT

2007-06-27 Thread mani kandan
Hai Gurus Is there is availabilty of PERL Computer based tutorial, if so where is it available ? regards N. manikandan - The fish are biting. Get more visitors on your site using Yahoo! Search Marketing.

Re: perl

2007-04-03 Thread mani kandan
Sorry for delay response yes it works fine perl C:\Program Files\Apache Group\Apache2\cgi-bin\first.pl but i get error log when i use the apache server [error] client [127.0.0.1] OS3 The system cannot specified the path specified: *C:\Program Files\Apache Group\Apache2\cgi-bin\first.pl

Re: perl

2007-03-30 Thread mani kandan
folder. It should be Apache2. Press backspace to go up a second folder. Is it Apache Group or is it Program Files? On 3/30/07, mani kandan wrote: > > Dear all > > Earlier i did not see the error message properly sorry! > I found my apache installed in the *C:\Program Files\Apach

Re: perl

2007-03-29 Thread mani kandan
st being told to look for a file where none exist. If that does work, and it runs your script, then there is something wrong with Apache. Try it out. On 3/30/07, mani kandan wrote: > > The location is perl c:\program files\apahce2\cgi-bin\first.pl > I am sure about it shows very clear

Re: perl

2007-03-29 Thread mani kandan
files Are you sure the file is at that location? Try running "perl c:\programfiles\apahce2\cgi-bin\first.pl" I suspect it ought to be: - program files opposed to programfiles - apache2 opposed to apahce2 On 3/30/07, mani kandan <[EMAIL PROTECTED]> wrote: Hai all Get me

Fwd: perl

2007-03-29 Thread mani kandan
Hai all Get me to help this problem solved. - Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.--- Begin Message --- sir I would much appreciate if you help me in finding the problem I am using apach