Setting environment variables

2003-02-21 Thread Andrew Mansfield
I've been poking around trying to find a module that sets Windows environment variables. Am I doing the right thing here or do you use standard perl functions to do this instead? I've been playing with many of the functions in Win32 to read environment variables, but I wanted to set them based on

Builds and Migration -- Advise needed

2003-02-21 Thread Arul, Rex
If I were to migrate from ActiveState Perl 5.6 build 631 to 635, can I just 1. backup the PPM.XML file from {PERL_HOME}/site/lib directory, at a safe location, 2. uninstall 631 by using "Add/Remove Programs" from Windows Control Panel, 3. install build 635,and 4. replace the PPM.

RE: Mojo Mail help?

2003-02-21 Thread Thomas_M
Title: Message Have you tried http://www.mojohelp.com/forums/ ?   -- Mark Thomas    [EMAIL PROTECTED] Internet Systems Architect User Technology Associates, Inc. $_=q;KvtuyboopuifeyQQfeemyibdlfee;; y.e.s. ;y+B-x+A-w+s; ;y;y; ;;print;;   -Original Message-

RE: Win32::SystemInfo

2003-02-21 Thread Scott Campbell
I believe I came across a bug awhile back with that module in that when I ran functions from it querying the CPU / speed, the perl script would crash when run on Xeon processors. Scott Campbell Senior Software Developer Somix Technologies http://www.somix.com -Original Message- From: [EM

Re: Blocker Script

2003-02-21 Thread Oleksandr Pavlyk
Hi, I am not sure I know very well what the terminal server is, but in case you have some power over its config, you could configure it to send some identification, I mean header in the HTTP request X-Passed-Via: Your Terminal Server and then modify your CGI script so that such accesses

Win32::SystemInfo

2003-02-21 Thread Chad Johnston
I ran across a post a couple of days ago that stated that the Win32::SystemInfo module doesn't work for Pentium 4s. I've tried it on my P4 and it seems to work fine. If anybody's got any more info on which variants it may (or may not) work on, I'd love to hear them. I'm getting some other updates t

RE: Blocker Script

2003-02-21 Thread Barlow, Neil
Thanks for your input Peter, But the terminal servers that are in our environment are configured to accept cookies. So its not a viable option. Cheers, NeilB -Original Message- From: Peter Eisengrein [mailto:[EMAIL PROTECTED]] Sent: 21 February 2003 13:42 To: Barlow, Neil; [EMAIL PROTEC

RE: Blocker Script

2003-02-21 Thread Peter Eisengrein
Maybe keep the 2 existing rules and also use cookies? Chances are the terminal server will not (be able to) accept cookies. -Original Message- From: Barlow, Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 5:00 AM To: [EMAIL PROTECTED] Subject: Blocker Script Hi all, I am

RE: Case insensitive search help

2003-02-21 Thread Tillman, James
Yes, good point. The main idea of what I was saying that the _comparison_ is done on the RDBMS side, and perl only has access to one of the values being compared, so the RDBMS is where you have create the case insensitivity. jpt > -Original Message- > From: Keith C. Ivey [mailto:[EMAIL P

RE: Semicolons.

2003-02-21 Thread Beckett Richard-qswi266
> > Hello. > > > > Why is is that something like this... > > > > if (condition) { > > do something; > > do somethingelse; > > } > > > > doesn't need semicolons after the brackets, but this... > > > > $ftp -> login ($user, $pass) or do { > > error_sub ($_ = "Cannot login to host, use

Blocker Script

2003-02-21 Thread Barlow, Neil
Hi all, I am not sure if this is the correct mailing list, but I will give it a go. I have written a cgi web script that's sole purpose is to block access to a webpage. It allows a user to access to the page if: 1. They are a member of a certain domain OR 2. The user is within a certain IP ra