Fwd: WWW::Scripter event handling

2013-07-18 Thread Ganesh Babu N
e in getting result of the click event? till $w->content script is working fine. Note: The $url cannot be tested outside of my office as it requires username and password. Regards, Ganesh

Re: DBD::mysqlPP is giving out of memory exception and ODBC is working fine.

2013-05-19 Thread Ganesh Babu N
Dear Shlomi Fish, . Thank you for pointing to the right website I will follow the rules. The above code is only part of the large program. I have posted only the Database related portion only. Regards, Ganesh On Sun, May 19, 2013 at 1:38 PM, Shlomi Fish wrote: > Hi Ganesh, > > On Sa

DBD::mysqlPP is giving out of memory exception and ODBC is working fine.

2013-05-18 Thread Ganesh Babu N
"error: connection: $DBI::err\n$DBI::errstr\n$DBI::state\n"; } is there any bug in mysqlPP? or am i missing something obvious. Please help in resolving this error. Regards, Ganesh

Re: Variables in $Excel->Workbooks->Open

2013-05-07 Thread Ganesh Babu N
I tried your method but it showing the same error. Ganesh On Mon, May 6, 2013 at 8:58 PM, Jim Gibson wrote: > > On May 6, 2013, at 6:42 AM, Ganesh Babu N wrote: > > > > > Dear All, > > > > I am having an XLSX file in server and my OS in Win7. The first op

Variables in $Excel->Workbooks->Open

2013-05-06 Thread Ganesh Babu N
("pchns2003z\\SPECIALIZED_SERVICES_I\\AnI\\Embase\\Pull files_IRNPD\\inventory\\$emfile.xlsx"); # open Excel file $Sheet2 = $mBook->Worksheets(1); $Sheet3 = $meBook->Worksheets(1); Regards, Ganesh

Wide character in print at D:/Perl/lib/WWW/Mechanize.pm line 2044

2012-10-22 Thread Ganesh Babu N
Mechanize.pm @ line no. 2042 to open( my $fh, '>:utf8', $filename ). But I am not getting the desired output. Please help in getting the $mech->content in utf-8 format. Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-m

Perl, ganesh vignesh has invited you to open a Gmail account

2011-12-05 Thread ganesh vignesh
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! ganesh vignesh has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive

Stop the mail to me

2011-10-07 Thread ganesh vignesh
Stop mail On 10/6/11, Chris Stinemetz wrote: > trying to learn smart matching in an exercise. > > Why does this program output "odd" when I input an even number? > > Thank you, > > Chris > > #!/usr/bin/perl > > use warnings; > use strict; > > use 5.010; > > say "Checking the number <$ARGV[0]>"; >

Stop sent the mail to me

2011-10-07 Thread ganesh vignesh
Stop the mail On 10/7/11, Marc wrote: > On Sep 8, 2011, at 10:13 AM, Rob Dixon wrote: > >> my $string = 'The Kcl Group'; >> >> $string =~ s/\b([aeiouy]{3,4}|[^aeiouy]{3,4})\b/\U$1/ig; >> >> print $string, "\n"; > > I'd like to revisit this, if I could. I've modified the above regex so > a

requst

2011-10-03 Thread ganesh vignesh

unsusbcribe

2011-09-08 Thread ganesh vignesh

Re: Replacement in 3GB file

2010-03-17 Thread Ganesh Babu N
Dear Sholmi, /EuclidSymbol is not constant. I will vary based on the font used in the file. Regards, Ganesh On Mon, Mar 15, 2010 at 6:36 PM, Shlomi Fish wrote: > Hi Ganesh! > > First a few notes on your code. > > On Monday 15 Mar 2010 14:10:25 Ganesh Babu N wrote: >>

Replacement in 3GB file

2010-03-15 Thread Ganesh Babu N
g Binary data. Please suggest how can i solve the problem. My file size is around 3GB Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Simple XML to XLS format

2009-10-30 Thread Ganesh Babu N
http://cpan.uwinnipeg.ca/par/webstart.html Regards, Ganesh On Fri, Oct 30, 2009 at 10:29 AM, Anant Gupta wrote: > Linux. Please tell me for windows as well, if it is very different from what > will be used in linux. > > Regards > Anant > On Fri, Oct 30, 2009 at 9:46 AM, Gane

Re: Simple XML to XLS format

2009-10-29 Thread Ganesh Babu N
Let me know your OS. Regards, Ganesh On Thu, Oct 29, 2009 at 5:09 PM, Anant Gupta wrote: > Hello, > I need to generate tables in an excel file, corresponding to data in an XML > file. > Can anyone provide me with a simple example using XML::Twig or XML::DOM. > I dont have

watch folder concept in Perl

2009-09-07 Thread Ganesh Babu N
Dear All, Can we develop application which will watch a specific folder and when any files comes into the folder then some action takes place in Perl. Similar to an windows service. Is it possible in Perl. Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For

adding namespace to row and column

2009-08-31 Thread Ganesh Babu N
Dear all, I am already having a XML document. In that document i want add namespace to an element. How to achieve this. Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Code is executing but not getting the desired output

2009-05-22 Thread Ganesh Babu N
be appended to the same file. Regards, Ganesh On Thu, May 21, 2009 at 11:56 PM, Anirban Adhikary wrote: > Hi List > The below mentioned code will run at the same time ( symaltaneously)  from 2 > or more  separate locations  and it will write its execution(absolute path) > path and it

Test::HTTPStatus

2009-02-19 Thread Ganesh Babu N
id, HTTP_OK ); sleep 10; print OUT "$aid\n" if ($a == 0); } close(OUT); Regards, Ganesh -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Reading Files across directories and subdirectories

2008-12-02 Thread Ganesh Babu N
Koti, You can use File::List module which does your task very easily. Regards, Ganesh On Tue, Dec 2, 2008 at 5:18 PM, Koti <[EMAIL PROTECTED]> wrote: > Hi Matt, A very Good Morning, Need a small Info for my problem. > > I have a directory named "X" which has many sub

Re: Can't download and install Spreadsheet::WriteExcel module on WindowsXP

2008-10-28 Thread Ganesh Babu N
Hai, Check with PPM repositories which is having this module. Add those repositories into the GUI PPM. I can install this module after adding http://theoryx5.uwinnipeg.ca/ppms repository to the PPM. Regards, Ganesh On 10/29/08, Tony Esposito <[EMAIL PROTECTED]> wrote: > When trying t

Parsing Citations

2008-10-10 Thread Ganesh Babu N
way to build the templates based on sample file? Please help in achieving the above task. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Modifying a specific node

2008-09-30 Thread Ganesh Babu N
; $jname = $data{$jabb}; if($jname ne "") { print "$jname\n"; } } } I am getting required output. but I am unable to print entire XML with the modification in a separate file. Please help in two cases. 1. Print an error message

Fwd: Modifying a specific node

2008-09-29 Thread Ganesh Babu N
My XML file is like below: ... ... Harv L R My INI file info is like below: Harv L RHarvard Law Review MLRModern Law Review The required output is as follow: ... ... Harvard Law Review The is present in other locations also. We have to modify only titles which are c

Re: Can't locate ...

2008-07-10 Thread Ganesh Babu N
Download the module to the system and install it manually. On 7/10/08, protoplasm <[EMAIL PROTECTED]> wrote: > Somehow I screwed up my `Perl` and have no idea how to get out of this > mess. I attempt to run a program and get the following: > > @naiad ~/workspace/aestTest] ./aestTest --CbcDec > Can

Question on the code parsed by perl_eval_pv function

2007-12-04 Thread Borse, Ganesh
If I use perl_eval_pv function for parsing the Perl source code (in & from C++ program), will that code be compiled also, in addition to being parsed? If code is compiled, will it be in the byte code format like that of Java or pure executable as generated by C compiler? Where do we get this inte

perl_eval_pv function crashing when creating Perl subroutine from a char string in CPP program

2007-11-25 Thread Borse, Ganesh
l_pv? A) How to resolve this problem of crash? -- should I link any more library or compile the Perl on my machine? Please help. Thanks in advance for help & guidance. Regards, Ganesh Compilation command: g++ -g3 -ggdb -Dbool=char -DHAS_BOOL -I/usr/lib/perl5/5.8.0/i386-linux-thre

Re: File Existance

2005-09-28 Thread ganesh
-e filename Regards, Ganesh [EMAIL PROTECTED] wrote: Hi there! I have a lot of experience in programming, but WHAT command do I use for checking if a file exists... Have searched google, but can't seem to find any good answers... /G http://www.varupiraten.se/ -- To unsubscri

Use of uninitialized value in concatenation (.) or string at txt.pl line 33, line 11

2005-09-12 Thread ganesh
lines were converted correctly with the message in the subject line for the Line 2: Please help me in avoiding the warning message. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn

Re: cgi problem

2005-07-04 Thread N. Ganesh Babu
N. Ganesh Babu wrote: Hai Aditi, I have worked with Apacche, Activestateperl 5.8.7 and XP. I will give my experience to you. 1. Install Apache 2. Install Activestateperl 3. Configure Apache to accept cgi scripts. Please read this "http://localhost/manual/howto/cgi.html";

Re: small help with map function

2005-07-04 Thread N. Ganesh Babu
Hi John, Thank you very much for your help. As I remember this is the 4th question you have answered to me. Thanks once again. Regards, Ganesh John W. Krahn wrote: N. Ganesh Babu wrote: Dear All, Hello, My test is as follows: $line = "jlla jldsfjlfj lfla (1\p=n-\5) fk (2)

small help with map function

2005-07-04 Thread N. Ganesh Babu
<-- HERE in m/( <-- HERE , |\p=n-\)/ at s.pl line 8. Please help in rectifing the error mentioned. Thanks and Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Backtracking question

2005-06-07 Thread N. Ganesh Babu
. Rulkov, Chaos 6, 262 (1996). How to backtrack the below pairs of information from the above line. the number of pairs/line may chage from a range of 1 to 5 PRL Phys. Rev. Lett. IJBInt. J. Bifurcation Chaos Appl. Sci. Eng. PRL Phys. Rev. Lett. CHB Chaos Regards, Ganesh -- To

Re: Backtracking question

2005-06-04 Thread N. Ganesh Babu
N. Ganesh Babu wrote: Dear All, PRL IJB PRL CHA K. M. Cuomo and A. V. Oppenheim, Phys. Rev. Lett. 71, 65 (1993); L. Kocarev, K. S. Halle, K. Eckert, L. O. Chua, and U. Parlitz, Int. J. Bifurcation Chaos Appl. Sci. Eng. 2, 973 (1992); L. Kocarev and U. Parlitz, Phys. Rev. Lett

Backtracking question

2005-06-02 Thread N. Ganesh Babu
. Rulkov, Chaos 6, 262 (1996). How to backtrack the below pairs of information from the above line. the number of pairs/line may chage from a range of 1 to 5 PRL Phys. Rev. Lett. IJBInt. J. Bifurcation Chaos Appl. Sci. Eng. PRL Phys. Rev. Lett. CHB Chaos Regards, Ganesh -- To

Re: Problem with replaceing

2005-06-01 Thread N. Ganesh Babu
Hai Jeff, The solution you have provided is working fine. Thanks a lot. Regards, Ganesh Jeff 'japhy' Pinyan wrote: On Jun 1, N. Ganesh Babu said: C.A. Eschenbach, F. Hall, C.R. Johnson, Z. Li, The graphs of unambiguous entries in the product of two MATH0810075.dat:1 sig

Problem with replaceing

2005-06-01 Thread N. Ganesh Babu
erse pair B and B^{-1}, Linear Algebra Appl. 252 (1997) 299--321. C.A. Eschenbach, Z. Li, How many negative entries can A^2 have?, Linear Algebra Appl. 254 (1997) 99--117. Please help me in knowing the bug in the code and correct it. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED]

Comparison of multiple values

2005-05-31 Thread N. Ganesh Babu
information with the corresponding code. the first two values must match exactly and year should be greater than the value given in the TXT file. Please help me working out this. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: Comparing Multiple files with single file one by one

2005-05-10 Thread N. Ganesh Babu
N. Ganesh Babu wrote: Dear All, My requirement is to compare the typing exam results. For Example: 1. 281 and 289 are the text files of the candidates. 2. I am having master.txt 3. I need to compare the 281 with master.txt and get the result. 4. I need to compare the 289 with master.txt and get

Re: seek(FH, 0,0) not working

2005-05-09 Thread N. Ganesh Babu
Hi Mohapatra, The idea of seek after while loop worked fine. Thanks for your help. Regards, Ganesh TapasranjanMohapatra wrote: -Original Message- From: N. Ganesh Babu [mailto:[EMAIL PROTECTED] Sent: Mon 5/9/2005 10:27 AM To: Perl Beginners List Subject: seek(FH, 0,0) not working Dear All

Comparing Multiple files with single file one by one

2005-05-09 Thread N. Ganesh Babu
=== If the para is missing or repeated I am giving the result from these two files. 281=== 24 spelling mistakes and 1 missing or repeated word 289===151 spelling mistakes. I am checking fine::compare module but it is giving only 1 or 0. Please help me in achieveing this task. Regards, Ganesh ``A

seek(FH, 0,0) not working

2005-05-08 Thread N. Ganesh Babu
code is like this. while($line=) { if($line=~m/Printed on Sat ([a-z]{3}\s*\d{1,2}\s*\d{4})/i) { $date=$1; } seek(FH,0,0) $line=~s/\|\d{3}.$date.; } But this code is not giving the required result. Please help me in solving this problem. Regards, Ganesh

Some part of the text should not be converted

2005-04-26 Thread N. Ganesh Babu
ractical Guide to CD-Rom and CD-Rom" Please help to solve this problem. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Lines Interchange

2005-04-25 Thread N. Ganesh Babu
: Regards, Ganesh Charles K. Clarkson wrote: N. Ganesh Babu <mailto:[EMAIL PROTECTED]> wrote: [snip] : How the above input should be fomated as output. Please help me. What are the rules? Charles K. Clarkson -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: expanding Ranges

2005-04-24 Thread N. Ganesh Babu
Thanks John, I did not think this is this much easy. Thanks alot. Regards, Ganesh John W. Krahn wrote: N. Ganesh Babu wrote: Dear All, Hello, input: T 6 TC output T 6 TC How can it be achieved in regular expression?. Or any other means is easy. I am trying to put the coding of for loop inside

Lines Interchange

2005-04-24 Thread N. Ganesh Babu
How the above input should be fomated as output. Please help me. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

expanding Ranges

2005-04-24 Thread N. Ganesh Babu
Dear All, input: T 6 TC output T 6 TC How can it be achieved in regular expression?. Or any other means is easy. I am trying to put the coding of for loop inside substitution string with (?{...}) but it is not working. Please help. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Capatalisation Question

2005-04-18 Thread N. Ganesh Babu
Dear All, The output I want is "Level A (Grade 1 Reading Level)" Regards, Ganesh N. Ganesh Babu wrote: Dear All I want to do capitalisation of this text. I am using the following code. It works fine with all other lines. $line="Level A (Grade 1 reading level)"; @w

Capatalisation Question

2005-04-18 Thread N. Ganesh Babu
pr 18 15:22:33 Please help me in this regard to solve this problem. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: First time with CPAN

2005-04-13 Thread N. Ganesh Babu
file from the activestate.com 2. unzip it. 3. run ppm install c:\Spreadsheet::ParseExcel.ppd 4. install will take care automatically. Regards, Ganesh Walter A Poor Jr wrote: Hello. I am trying to install a CPAN module (Spreadsheet::ParseExcel) on a Windows PC. My difficulty is that the author

Citation Parsing

2005-04-13 Thread N. Ganesh Babu
modules site. Thanks and Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: Newbie Regular expression question

2005-04-08 Thread N. Ganesh Babu
Hi John, I am new to understanding and how to use modules in perl programs. I have downloaded and installed the Modules you specified. The documentation in that I can not able to understand. Can you please help with a sample code. Thanks in advance. Regards, Ganesh John W. Krahn wrote: N

nested replace string

2005-04-08 Thread N. Ganesh Babu
code. But I can not able to print the desired output. In FOUT I am getting same as input. $line=~s!``(.+)''!``$1''!g; **while($line=~m!edited by\s?(.+?)\(!g){$ed=$1;$ed=~s!refauth!editor!g;} print FOUT $line; Please help me in where I am going wrong and sugges

Re: Newbie Regular expression question

2005-04-07 Thread N. Ganesh Babu
, Ganesh John W. Krahn wrote: N. Ganesh Babu wrote: Dear All, Hello, I have to convert these lines into individual part of name information with a single regular expression. Input: B. E. Conway, J. O. M. Bockris B. Conway Output: B.E.Conway J.O. M. Bockris B. Conway Can anybody help me in

Newbie Regular expression question

2005-04-05 Thread N. Ganesh Babu
. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: This is weird: Pop works but shift doesn't

2005-04-05 Thread N. Ganesh Babu
. Regards, Ganesh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

More died on open command (from 55103)

2003-11-10 Thread Ganesh Shankar
file processing block to the left of the readdir command. That would be one ugly statement. Thanks for all the help. -Ganesh snippet: use warnings; use strict; my @files = (); my $folder = 'input'; # Open the input folder unless (opendir(FOLDER, $folder)) { print "Cannot op

Died on open command

2003-11-10 Thread Ganesh Shankar
= ''; open (TXTFILE,"<$seqfilename") or die $!; close TXTFILE; my @seqelements = ; ...goes on from here I know the conversion routine works, because it worked when I specified a single file. Thanks for your help in advance, Ganesh -- Ganesh Shank

Re: Coprocessor while running perl 5.4 (dos version)

2003-02-21 Thread N. Ganesh Babu
Hi, perl -v the same message got printed which I have given earlier. The CPU is 386 Regards, Ganesh Jenda Krynicky wrote: From: "N. Ganesh Babu" <[EMAIL PROTECTED]> Subject:Coprocessor while running perl 5.4 (dos version) 5.4? DOS version? What exact

Coprocessor while running perl 5.4 (dos version)

2003-02-20 Thread N. Ganesh Babu
=00023fb0 limit=000c gs: sel=00bf base= limit= ss: sel=00afbase=1000 limit=000c Call frame traceback EIPs: 0x00019634 Thanks in advance. Regards, Ganesh -- N. Ganesh Babu Asst. Production Manager Apex Logical Dataconversion Pvt. Ltd. 303 & 304 M.G.R. Es

Coprocessor error while running perl 5.4 (dos version)

2003-02-20 Thread N. Ganesh Babu
=00023fb0 limit=000c gs: sel=00bf base= limit= ss: sel=00afbase=1000 limit=000c Call frame traceback EIPs: 0x00019634 Thanks in advance. Regards, Ganesh -- N. Ganesh Babu Asst. Production Manager Apex Logical Dataconversion Pvt. Ltd. 303 & 304 M.G.R. Es

system() in perl5.4 (dos version)

2003-02-07 Thread N. Ganesh Babu
Hi, When I execute a dos command with system() in perl5.4 (djgpp dos version) it is not working. Can any one please help in executing the dos commands in perl. Regards, Ganesh -- N. Ganesh Babu Asst. Production Manager Apex Logical Dataconversion Pvt. Ltd. 303 & 304 M.G.R. Estate Dwaraka