RE: Win2k Perl accessing Oracle Parameters?

2002-10-30 Thread Denham Eva
Title: RE: Win2k Perl accessing Oracle Parameters? Thanks for the input, both of you!!! -Original Message- From: Jared Still [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 29, 2002 5:35 PM To: Multiple recipients of list ORACLE-L Subject: Re: Win2k Perl accessing Oracle

RE: Win2k Perl accessing Oracle Parameters?

2002-10-29 Thread Bishop Lewis
Here's something to read registry keys I used a while back. Obviously needs the win32 module installed. use Win32::Registry; $terminal = $ARGV[0]; $HKEY_LOCAL_MACHINE-Connect ($terminal, $hNode) || die Cannot connect to $node; $hNode-Open (SOFTWARE\\Microsoft\\Windows

Re: Win2k Perl accessing Oracle Parameters?

2002-10-29 Thread Jared Still
In addition to BIshop's excellent response, be sure to install the latest version of Tie:Registry. The one that comes with ActiveState Perl doesn't work properly. The current version (as installed from ActiveState via PPM) is I believe 1.24. Just reinstall it. Jared On Tuesday 29 October

RE: Win2k Perl accessing Oracle Parameters?

2002-10-29 Thread Cary Millsap
Jared: PPM search Tie::Registry PPM search Win32::Registry Packages available from http://ppm.ActiveState.com/cgibin/PPM/ppmserver.pl?urn:/ PPMServer: Win32-Registry-File [1.09] Perl interface to MS-Windows registry files. PPM Is 1.09 really what I want to install? Cary Millsap Hotsos

RE: Win2k Perl accessing Oracle Parameters?

2002-10-29 Thread Jared . Still
] Sent by: [EMAIL PROTECTED] 10/29/2002 09:13 AM Please respond to ORACLE-L To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: Subject:RE: Win2k Perl accessing Oracle Parameters? Jared: PPM search Tie::Registry PPM search Win32::Registry