Was LOG open? What do you mean it is unable to call other functions? - jim...
26766
Shameem Ahamed
shameem.ahamed
Jan 26, 2010 6:47 pm
LOG was opened before calling the daemon function in the global scope. This is the entire program. I am calling other function after calling daemon , which...
26767
James Washer
kg7hh
Jan 26, 2010 8:49 pm
And what did the problem do to lead you to think that it couldn't call functions....
26768
gopi chand
gopichand84
Jan 27, 2010 2:36 am
Do the order of the letters in the second file matter? ... if the letter is next to "yes" in your excel file AND the letter appears somewhere in the second...
26769
GoPi
gopichand84
Jan 27, 2010 4:50 am
I am trying to install Win32::OLE in two ways. 1.Using CPAN I get the following message cpan> install LWP::UserAgent CPAN: Storable loaded ok Going to read...
26770
Shameem Ahamed
shameem.ahamed
Jan 27, 2010 7:49 am
As you can see in the code, i am calling the function Slow_Query_Kill in the child process. This function is not getting executed. My logic is, create a child...
26771
James Washer
kg7hh
Jan 27, 2010 8:14 am
Once again.. HOW DO YOU KNOW IT IS NOT GETTING EXECUTED? Sorry for the caps, but it's been a trial getting information from you. I still don't know how you...
26772
Shlomi Fish
shlomif2
Jan 27, 2010 8:40 am
... Seems like your CPAN mirror is broken. See the resources at http://perl-begin.org/topics/cpan/ for how to configure it. ... Again, why are you still using...
26773
Shameem Ahamed
shameem.ahamed
Jan 27, 2010 2:02 pm
Hello James. How i know ?. Because in the Slow query kill function, i am killing all the slow queries. and it is not happening. I can see the child process...
26774
mauro.list
Jan 27, 2010 2:10 pm
Hi all, I would like to automate, by building some ad-hoc scripts, some operations I have to do at the moment using a web browser. I would need to: -login ...
26775
Jeff Soules
soules@...
Jan 27, 2010 2:18 pm
Hello, ... Perl can be a good choice for this. It depends on your environment and how fancy you're hoping to get. ... I'd start with WWW::Mechanize [1]. It's...
26776
merlyn@...
merlynstoneh...
Jan 27, 2010 2:44 pm
... mauro> I would like to automate, by building some ad-hoc scripts, some operations I have to do at the moment using a web browser. mauro> I would need to: ...
26777
Shlomi Fish
shlomif2
Jan 27, 2010 4:10 pm
... If you need JavaScript, you can use WWW-Selenium: http://search.cpan.org/perldoc?WWW::Selenium ... Permanent link:...
26778
Mauro Gatti
mauro.list
Jan 27, 2010 4:11 pm
I need to automate an application deploy on websphere. I can access to websphere admin console only (I have no direct access to websphere servers) a I would...
26779
Shlomi Fish
shlomif2
Jan 27, 2010 4:29 pm
Hi Randal! ... There is no need for such tone. Implying that mauro may be a spammer is not likely to make him want to learn more about Perl 5. There are many...
26780
merlyn@...
merlynstoneh...
Jan 27, 2010 4:45 pm
... Shlomi> and it is unlikely that a spammer would ask for help on such a Shlomi> high-profile, public, archived and open, mailing list. (And if he Shlomi>...
26781
Shlomi Fish
shlomif2
Jan 27, 2010 5:47 pm
... Knowledge can be used for good or evil. So can many other tools. You can club someone with a hammer or devastate their house. You can use a web browser...
26782
Mauro Gatti
mauro.list
Jan 27, 2010 5:58 pm
Just to close the issue... I posted a question which I definitely think doesn't brake any rule of the forum. People is free to answer, ask for clarification or...
26783
Shlomi Fish
shlomif2
Jan 27, 2010 6:03 pm
... Hi Mauro! See what Jeff and I told you about it here: * http://tech.groups.yahoo.com/group/perl-beginner/message/26775 *...
26784
James Washer
kg7hh
Jan 27, 2010 6:24 pm
Perhaps it's time to use the perl debugger...
26834
Rob Richardson
interrobang
Feb 13, 2010 4:44 pm
I volunteered to become a moderator several years ago, when I was working on the only Perl program I ever worked on. I realized that there was a need for...
26839
hbhanujan@...
Feb 14, 2010 2:04 am
Please unsubscribe me from the group.. perl-beginner@yahoogroups.com [Non-text portions of this message have been removed]...
26840
Rob Richardson
interrobang
Feb 14, 2010 2:07 am
Please refer to the bottom of the message you quoted for unsubscription instructions. ... -- Please do not copy or forward this message or any attachments...
26841
Robert Binkley
leebinkley
Feb 14, 2010 3:19 pm
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
26842
Rob Richardson
interrobang
Feb 14, 2010 5:06 pm
To unsubscribe from this group, merely send a blank E-mail (no subject or body needed) to perl-beginner-unsubscribe@yahoogroups.com. This is included at the...
26844
oxtroni
Feb 17, 2010 12:32 pm
I need to create a perl script that send some information from a sml file to a service running in a Windows station. This service was develeped in Delphi and I...
26845
oxtroni
Feb 17, 2010 12:34 pm
I need to create a perl script that send some information from a sml file to a service running in a Windows station. This service was develeped in Delphi and I...
26846
GoPi
gopichand84
Feb 18, 2010 2:46 am
Hi folks, I am trying to read data from a csv file,basing on the data from one column I want to print the data from other column.I wrote the following piece of...
26847
Kenneth Wolcott
kwolcott
Feb 18, 2010 3:00 am
Hi; Parsing CSV files can be difficult. Even parsing well-formed, regular and simple CSV files can be tricky. There are Perl modules to do this for you....
26848
gopi chand
gopichand84
Feb 18, 2010 3:50 am
Hi Ken, Thanks for the reply.I tried installing CSV modules through CPAN but it didnt work out for me...I wrote one more work which seems to be a better one...