[OT] Sample survey analysis

2002-08-15 Thread Sisyphus
Hi, Apologies for posting this here. I've tried, without success, google search and posts to alt.math and alt.sci.math.statistics.prediction. Afaik, it's a simple question, and I'm appreciative if someone here, who knows the answer, feels inclined to enlighten me. Let's say there's a town with a

Re: Getting cgis to work

2002-08-15 Thread $Bill Luebkert
Sisyphus wrote: > Hi, > Is Apache now considered to be secure in a production environment on Windows > ? > > 12 months ago it wasn't. > > Sorry it's an OT thread it's already long enough I haven't > been following it the answer to my question has probably already been > given

Re: Getting cgis to work

2002-08-15 Thread Brian Steele
The only problem with this analysis is that, based on the info I'm getting on my security lists these days, MORE bugs are being found now with open-source software than with MS software. It's just basic probability in action: New versions = more features + greater complexity More feature

RE: Getting cgis to work

2002-08-15 Thread Scot Robnett
That example should help illustrate my point With PWS: * Use PWS to flag the cgi-bin folder (or whatever folder you use for your scripts) as executable. * Make sure that the following string values exist in the registry at the indicat

Re: [Perl-unix-users] structuring languge dependent code

2002-08-15 Thread $Bill Luebkert
Burak Gürsoy wrote: > using seperate files can be better... then you can call them via require(). > each module can export a hash to your namespace via Exporter... > > if($lang eq 'en') { >require YourNameSpace::En; > } elsif (...) { >#... > } else { >#... > } > > print $en{'mes001'}

Re: Getting cgis to work

2002-08-15 Thread Brian Steele
To get Perl scripts to work with PWS: 1. Install Perl (of course) 2. Use PWS to flag the cgi-bin folder (or whatever folder you use for your scripts) as executable. 3. Make sure that the following string values exist in the registry at the indicated key: [HKEY_LOCAL_MACHINE\System\CurrentControlS

RE: Getting cgis to work

2002-08-15 Thread Scot Robnett
Thanks for the clarification. Although, the reason PWS and IIS don't use the shebang line to find the perl executable is exactly the same reason Windows doesn't use the MIME type to open other binaries. Everything is based on file associations with extensions. You're right, of course...but the und

RE: [Perl-unix-users] structuring languge dependent code

2002-08-15 Thread Burak Gürsoy
using seperate files can be better... then you can call them via require(). each module can export a hash to your namespace via Exporter... if($lang eq 'en') { require YourNameSpace::En; } elsif (...) { #... } else { #... } print $en{'mes001'}; # etc... -Original Message- Fro

RE: [Perl-unix-users] structuring languge dependent code

2002-08-15 Thread Peter Eisengrein
Title: RE: [Perl-unix-users] structuring languge dependent code I don't think you need to create separate Module names, just different subs. Something like this would work, I think. Then you can have the script call the subs by the specific language. my $language; sub hallo {     $lan

Thanks

2002-08-15 Thread m. forster
Just wanted to thank all those who made suggestions as to how to run perl within win98. My fave amongst them was to drop pws & use Apache instead, so I'm going for it! Prepare for more incoming & batten down the hatches you guys. Cheers. Mark Forster ___

RE: Getting cgis to work

2002-08-15 Thread Scot Robnett
I believe that PWS requires that you place all CGIs in its own scripts directory, unless you explicitly set your preferences otherwise. As long as the scripts are in the correct place and PWS is running, chances are that your 500 errors are a result of something else. On Windows, the shebang line

Getting cgis to work

2002-08-15 Thread m. forster
Hello. I am a complete newbie to perl (though familiar with other languages, net and otherwise) and need some advice on getting perl cgis to work at all. I have downloaded a shopping cart implementation from an Internet site and cannot get anything other than "500 server errors". My problem is

RE: Perl-Win32-Users digest, Vol 1 #1051 - 10 msgs

2002-08-15 Thread Luca Leonardi
> -Original Message- > From: parvez <[EMAIL PROTECTED]> > Subject: Reading an uploaded Excel file > > Hi Gurus, > I want to parse an excel file which will be uploaded through the > browser and passed to my CGI script. I can read the file through the > command prompt(Thanks to Spreadsh

Gathering Various Mail Information

2002-08-15 Thread Neil Barlow
Hi, I was hoping that I could get some assistance.  Sorry if this is a pretty sumb question, but I have checked all resources, such as MailTools etc and cant find a solution.THE PROBLEM: I am currently trying to write a script that will scan the network for live machines, then select random machin

Re: Tk::JPEG Errors w/Perl 5.6.1 Build 633

2002-08-15 Thread Sisyphus
- Original Message - From: "Syl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 4:12 PM Subject: Re: Tk::JPEG Errors w/Perl 5.6.1 Build 633 > > My view is that you notify Nick Ing-Simmons, because the problem (I > believe) > > lies with his code. I don't thi