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
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
"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
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
("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
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
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 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 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
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:
>>
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/
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
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
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
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/
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
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/
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
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
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/
;
$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
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
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
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
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
-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
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
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";
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)
<-- 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>
. 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
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
.
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
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
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]
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
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
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
=== 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
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
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>
:
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
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
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>
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
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
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>
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
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>
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
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
,
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
.
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>
.
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>
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
= '';
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
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
=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
=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
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
62 matches
Mail list logo