Re: Win32::AdminMisc::UserGetMiscAttributes

2005-06-11 Thread Sisyphus
- Original Message - From: Christopher Rosen [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, June 11, 2005 1:27 AM Subject: Win32::AdminMisc::UserGetMiscAttributes I am trying to determine all users on a given machine and the 'GetUsers' is doing that fine.

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Aaron Hawryluk
I think what he means is he wants to know how to set headers to disable caching. #!/usr/bin/perl use CGI; my $q = new CGI(); print $q-header(-type='text/html', -expires='-1d'); #Expire the content yesterday - forces browsers to refresh -Original Message- From:

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Jerry Kassebaum
Thanks for your help, Aaron! My code is not object oriented. The beginning lines are #!/usr/bin/perl use CGI :standard; srand(); The ending lines are: print Location: http://biblescramble.com/biblescramble6.html\n;; print header; I tried changing the ending lines to:

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Chris Wagner
This article discusses some no-cache bugs in IE and a workaround. http://www.htmlgoodies.com/beyond/reference/article.php/3472881 And since u have the verse in a javascript file, what u really want is the javascript file to be reloaded, not just the html page. I don't know if a browser expects

RE: Prevent Loading from Cache in Internet Explorer

2005-06-11 Thread Jerry Kassebaum
Thank you! It wasn't easy, but the answer was there! I'll give the full explanation if anyone wants it, but here is the short one. The CGI and JavaScript files were updating, but not the two *.js files with the chapter and verse! So I eliminated them and put the info in the JavaScript file.

[OLE] Creating an IFontDisp possible with Win32::OLE?

2005-06-11 Thread Donovan Allen
I have been having pretty good success wrapping some ActiveX objects into Wx perl modules for a project I am working on, but I came across one such object that required an IFontDisp pointer. I have been struggling ever since to figure out if I can actually get access to the stdole (OLE