Re: Re: WIN32::ADMINMISC doesn't like multithread perl / How to change my perl-Installation ?

2004-08-26 Thread Manfred . Beilfuss
Sisyphus [EMAIL PROTECTED]An: [EMAIL

RE: Sorting Arrays

2004-08-26 Thread Charles K. Clarkson
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: : Hello All, : : I'm assuming that my question will be quite easy to : answer for the seasoned PERL programmers that use : this list, so let's try to keep the laughter to a : minimum. Perl or perl. Never PERL. : I have two arrays: : :

ssh and Term::ReadKey on Windows

2004-08-26 Thread Alexander Apprich
Hi there, sorry if this this a lil off-topic. I connect to a Windoes XP Pro machine using ssh. After login I start a perl-script which starts a dial-in connection using a syscall with rasdial. In the perl script I use Term::ReadKey to get a part of the password combination of a pin and a SecureID

Re: Determining Available Disk Space

2004-08-26 Thread Kevin Gibbs
Just for the record, there is also Win32::DriveInfo::DriveSpace(). Kev. -- Message: 14 Date: Wed, 25 Aug 2004 12:34:03 -0500 From: Dirk Bremer \(NISC\) [EMAIL PROTECTED] Subject: Re: Determining Available Disk Space To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED]

Re: Re: Determining Available Disk Space

2004-08-26 Thread Manfred . Beilfuss
Kevin Gibbs

Re: Sorting Arrays

2004-08-26 Thread $Bill Luebkert
Charles K. Clarkson wrote: There are two problems with the hash solutions. One, the original order is lost. And two, they assume at least one array contains only unique values. You're correct on two (if indeed the values aren't unique), but since the array wasn't modified and is still

Re: Determining Available Disk Space

2004-08-26 Thread $Bill Luebkert
[EMAIL PROTECTED] wrote: Kevin Gibbs [EMAIL PROTECTED]

RE: This can't be true!? (Tk messageBox and XP) Not XP, but perl!

2004-08-26 Thread Beckett Richard-qswi266
if ($var =~ /no/i) I think that the original sender of the message (and most everyone else) knows the solution. His point is that this kind of change should never happen. I'm glad I don't use Tk. Thanks for that vote of confidence! :-) It turns out that it's not a W2K - XP issue, but

Running a script from command line as well as browser

2004-08-26 Thread ashish srivastava
Hi, I need to run a script either from a command line or from a web ui. The script takes some command line arguments. At present i have created a soft link from the cgi-bin dir to the actual location of the script. But how do i pass the command line args from the UI? Do i need to use

Re: Running a script from command line as well as browser

2004-08-26 Thread $Bill Luebkert
ashish srivastava wrote: Hi, I need to run a script either from a command line or from a web ui. The script takes some command line arguments. At present i have created a soft link from the cgi-bin dir to the actual location of the script. But how do i pass the command line args from the

Re: PAR issue with Win32::AdminMisc module

2004-08-26 Thread Jean-Louis Morel
Ben Conrad wrote: Hello, I'm building a simple .exe with 'pp', my script requires Win32::AdminMisc so I do the following: pp -M Win32/AdminMisc/AdminMisc.PM -v 5 -o space.exe space.pl In the output I see: C:\Perl\bin\pp: ... adding C:/Perl/site/lib/auto/Win32/AdminMisc/AdminMisc.DLL as

RE: PAR issue with Win32::AdminMisc module

2004-08-26 Thread Ben Conrad
That worked, thanks a lot. -Original Message- From: Jean-Louis Morel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:53 AM To: Ben Conrad Cc: [EMAIL PROTECTED] Subject: Re: PAR issue with Win32::AdminMisc module Ben Conrad wrote: Hello, I'm building a simple .exe with

RE: ssh and Term::ReadKey on Windows

2004-08-26 Thread Rohit Nagpal
Hi Alexander, I have been using win32::ODBC , after downloading and installing ODBC.pm from perl site. But when I test to connect to sql server from .pl file and run it in browser, it gives as error [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'EOWYN2\IUSR_EOWYN'. EOWYN2

Re: Sorting Arrays

2004-08-26 Thread Glenn Linderman
On approximately 8/26/2004 1:42 AM, came the following characters from the keyboard of $Bill Luebkert: Charles K. Clarkson wrote: There are two problems with the hash solutions. One, the original order is lost. And two, they assume at least one array contains only unique values. You're

Re: Sorting Arrays

2004-08-26 Thread $Bill Luebkert
Glenn Linderman wrote: On approximately 8/26/2004 1:42 AM, came the following characters from the keyboard of $Bill Luebkert: You're correct on two (if indeed the values aren't unique), but since the array wasn't modified and is still intact, you're wrong on one since the hash can be sorted

Re: Sorting Arrays

2004-08-26 Thread $Bill Luebkert
Glenn Linderman wrote: On approximately 8/26/2004 1:42 AM, came the following characters from the keyboard of $Bill Luebkert: You're correct on two (if indeed the values aren't unique), but since the array wasn't modified and is still intact, you're wrong on one since the hash can be sorted

Re: Sorting Arrays

2004-08-26 Thread Glenn Linderman
On approximately 8/26/2004 2:36 PM, came the following characters from the keyboard of $Bill Luebkert: Glenn Linderman wrote: On approximately 8/26/2004 1:42 AM, came the following characters from the keyboard of $Bill Luebkert: You're correct on two (if indeed the values aren't unique), but

Problems connection to ODBC-DSN (was: Re: ssh and Term::ReadKey on Windows)

2004-08-26 Thread Alexander Apprich
Rohit, first of all, please do not hijack a thread. For other it's hard to follow and you probably won't get the help you need. Rohit Nagpal wrote: Hi Alexander, I have been using win32::ODBC , after downloading and installing ODBC.pm from perl site. But when I test to connect to sql server