ORA-12541 no listener with DBI-connect in 9iAS, but ok in 8i Enterprise

2003-01-20 Thread lau bella
Hi, I installed DBD:Oracle and DBI in two servers respectively. One server installed Oracle 8i Enterprise Edition and another one installed 9i Application server (AS) With code, $dbh-connect('dbi:Oracle:instance_name','username','password'); Bother servers can connected to database. But with code,

Re: How to find the process information ???

2003-01-20 Thread Thomas R Wyant_III
sadanand limaye [EMAIL PROTECTED] wrote: I have written a perl script to find the program is running or not. On Unix, I can use to test mytest binary is running $isprocactive = `ps -ef | grep mytest | grep -v grep | grep -c mytest`; If the process mytest is running then $isprocactive is

Regular expressions in PERL vs VB.NET

2003-01-20 Thread Mangesh
I am trying to use one regular expression to extract search result from Google. In PERL script this works fine but in VB.NET this does not work. any suggestions?? *** ##The following expression

RE: Regular expressions in PERL vs VB.NET

2003-01-20 Thread Joseph P. Discenza
Please post in plain text, if your mailer will let you -- it makes it easier to reply. Thanks. (Help interspersed below.) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mangesh Sent: Monday, January 20, 2003 09:41 To: [EMAIL PROTECTED] Subject: Regular

Re: Regular expressions in PERL vs VB.NET

2003-01-20 Thread Cameron Dorey
Mangesh wrote: I am trying to use one regular expression to extract search result from Google. In PERL script this works fine but in VB.NET this does not work. any suggestions?? [VB snipped] No suggestions but the obvious one: use perl (not PERL). Cameron -- Cameron Dorey Associate

Re: Regular expressions in PERL vs VB.NET

2003-01-20 Thread Thomas R Wyant_III
Cameron Dorey [EMAIL PROTECTED] wrote: Mangesh wrote: I am trying to use one regular expression to extract search result from Google. In PERL script this works fine but in VB.NET this does not work. any suggestions?? [VB snipped] No suggestions but the obvious one: use perl

RE: Hashes and arrays.

2003-01-20 Thread Ross Matt-QMR000
-Original Message- From: Beckett Richard-qswi266 [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 10:38 AM To: [EMAIL PROTECTED]; Perl-Win32-Users Subject: RE: Hashes and arrays. Hello World, again! I've got my hashes of hashes of hashes of... working well, now, thanks to all

RE: Hashes and arrays.

2003-01-20 Thread Joseph P. Discenza
Beckett Richard-qswi266 wrote, on Monday, January 20, 2003 11:38 : The only last thing I can't do is get the sort to work. : : I have this hash... : : %vars = ( : : dog_name = { : question= Please enter your dog's name: , : answer = Rover, :

RE: Perl 5.8, Win32::OLE and exceptions

2003-01-20 Thread Jenda Krynicky
From: Steven Manross [EMAIL PROTECTED] Although I don't have 5.8 to test on, is there any chance that you playing with the Win32::OLE::Warn value might help? $Win32::OLE::Warn = 0; I set this to 0 a lot in some scripts where I expect that OLE will find an error, that I

Re: Hashes and arrays.

2003-01-20 Thread C. Church
The only last thing I can't do is get the sort to work. I don't really understand how to construct my 2nd line. This was the best I could come up with. It doesn't work, though :-( foreach my $key = (sort { $vars{$a}{order} = $vars{$b}{order} } keys %vars) { You should be using strict; to

Re: Hashes and arrays.

2003-01-20 Thread michael higgins
Beckett Richard-qswi266 wrote: Hello World, again! I've got my hashes of hashes of hashes of... working well, now, thanks to all who helped. The only last thing I can't do is get the sort to work. I have this hash... %vars = ( dog_name = { question = Please enter your dog's name: ,

RE: Hashes and arrays.

2003-01-20 Thread Beckett Richard-qswi266
That *looks* ok at first glance. What do you mean by doesn't work? Is there an error? Are you running with warnings? Or does it not order them the way you want? Does it give you a different order than the unsorted version, but just the wrong order? Ah! Now I'm into lack of confidence errors

IO::Socket::SSL

2003-01-20 Thread Barlow, Neil
Can anyone direct me to where on the web the IO::Socket::SSL module can be found as cant seem to locate it. Thanks for your input NeilB ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

RE: Hashes and arrays.

2003-01-20 Thread Beckett Richard-qswi266
I just had a thought. (It's probably already been thought, though) Is there a repositry of scripts anywhere? Would it be a worthwhile thing to have a bucketfull of sample scripts demonstrating hown to do something tricky, so that newbies could be pointed to them and have a play. This is how I

Re: IO::Socket::SSL

2003-01-20 Thread Sisyphus
- Original Message - From: Barlow, Neil [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 21, 2003 4:16 AM Subject: IO::Socket::SSL Can anyone direct me to where on the web the IO::Socket::SSL module can be found as cant seem to locate it. Source code from:

RE: Reboot windows 2000 box

2003-01-20 Thread Box
Use AutoIt from www.hiddensoft.com ;) ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Question about Win32 API Prototype

2003-01-20 Thread Jeff Slutzky
I have been attempting to migrate some code from VB to Win32 Perl using the Win32::API::Prototype module. I am calling the 'winmm.dll' and I have everything pretty much working correctly other than one call that saves the voice recording to a file, as specified within the .dll calls. Can

RE: Reboot windows 2000 box

2003-01-20 Thread ahmed
ok ahmed mahgoub On Tue, 21 Jan 2003, Box wrote: Use AutoIt from www.hiddensoft.com ;) ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs