I've updated it on StackOverflow with a few more details, if anybody has a
minute to look at it.
Thanks for your time,
Kev
On Thu, Nov 11, 2010 at 5:21 PM, Kevin Field wrote:
> Hi everyone,
>
> I recently asked a question on StackOverflow about some intermittent
> crashes that
Hi everyone,
I recently asked a question on StackOverflow about some intermittent crashes
that have been giving us problems lately. I believe they started since our
upgrade to Apache 2.2.17, if that helps.
The full description is here:
http://stackoverflow.com/questions/4072201/help-debug-crash
Hi Peter,
This is a translation of a script from technet that works:
use Win32::OLE;
use Win32::OLE::Const 'Microsoft Word';
#
http://www.microsoft.com/technet/scriptcenter/resources/officetips/may05
/tips0512.mspx
my $word = new Win32::OLE 'Word.Application','' or die "Cannot start
wo
shows how to:
1. test whether or not a variable is indeed a Win32::OLE::Variant date
object
2. stringify a Win32::OLE::Variant date object
thanks,
kevin
Jan Dubois wrote:
> On Fri, 01 Feb 2008, Kevin Beverly wrote:
>> i have an active state perl program that parses ms excel files
like more details.
thanks,
kevin
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
to return an empty array as part of normal operation, and I don't want to have to add loads of nasty extra code handle the situation as an
error... Any help would be greatly appreciated, thanks for reading! Kevin Godden. Send instant messages to your online friends http://uk.mes
I am attempting to open a file using the following command: open(FH,"<",$file) or die "The file $file could not be found"; I get the file path using the following command: chomp($file=); When I execute the program after entering the file name from the keyboard I get an error messag
Bernie Cosell wrote:
> In response to a recent inquiry, I learned that a likely solution to my
> problem would be found in a module availabe via RothConsulting
> [Win32::AdminMisc --THANKS!!]. Made me wonder: are there other sites
> besides ActiveState and RothConsulting that it makes sense for
Steven Manross wrote:
> Has anyone seen an issue where "sleep 1;" causes an infinite loop in
> perl (100% CPU usage -- no movement in the script)? Build 816 in case
> it matters.. It just started happenning today in a script I wrote a
> very long time ago and haven't modified in a while. Similar
Chris wrote:
> Maybe the solution is to have a server in each country to distribute
> restricted modules to occupants only. There are a lot of companies (like
> Motorola for example) that limit access to software downloads based on the
> user's country of origin. I'm sure there are ways of obtaini
Chris wrote:
> Does anyone know if there's any legal issues with hosting encryption modules
> in the US? I run a farm of uber fast servers that I could add a PPM
> repository to for everyone.
>
> - Chris
Hi Chris,
I haven't looked at the US situation in a few years, but I believe it
hasn't chang
Try separating the username & password with a colon.
KCOn 2/14/06, Jerry Kassebaum <[EMAIL PROTECTED]> wrote:
The code below is modified from Suehring's "Beginning Perl Web Development". I'm thinking it is supposed to get me the format for entering my usernameand password. However, the result I g
... at
least it does with me when I attempt to use it with
SOAP::Lite- I just gave up on it and now use Curl
command-lines in my Perl code .
Kevin
On 2/14/06, Chaddaï Fouché <[EMAIL PROTECTED]> wrote:
Kevin Carothers a écrit :>> Hi Jaime-> You need to provide more info.&g
Unless I'm missing something can't you
just go into excel and do a file -> save as -> .html
and upload it to your web ISP..
KC
On 2/15/06, Giuoco, Aaron <[EMAIL PROTECTED]> wrote:
OnSmart will probably be good for what you want to do:http://www.onsmart.com/linux.htm$90/yearI've been using thes
Hi Jaime-
You need to provide more info.
This link might help:
http://johnbokma.com/perl/https.html
...But "command-line" curl is all self-contained with no Perl
interaction whatsoever- so personally I'm lost as to what it is you're
describingunless your curl.exe can't find either:
1.
Hi Robbie-
I may just be speaking for myself on this, but what I've done before is
put my C functions in an ActiveX control- This control is then
"registered" (via regsvr32) on the particular machine it will be used
from. Then use Win32::OLE to bind to the DLL.
Unless there is a way to write Ac
Chris Wagner wrote:
> If ur talking about the ActiveState distribution u should be able to just
> install right over the top of the old installation. Everything will be
> preserved.
Hello Chris,
This method can actually cause problems with the PDK, among other
things. For Windows software, read
Hi Glen,
It looks like cpan.org's Archive::Zip doesn't support encryption.
Probably because it's more of a function of the WinZip front-end... I'm
thinking this because good-old "zip.exe" doesn't know anything about
passwords, either.
Maybe you can encrypt the files that you add to your Perl-cre
Hi Daniel,
Unless I'm missing something, it sounds like you have a transaction
model- where each "dial-up" operation is a
transaction. In such a model, you'd prolly like to have a
service-date/time and a service completion date-time.
If I was tasked with this, I'd start with adding data colum
Spencer_Lists wrote:
> Greetings perl-win32-users,
>
> This is not a strictly win32 question but relates to files in a win32
> system so ...
>
> The context is pretty obscure so I am including the very minimum code
> snippet. @files is an array of all the files in the path folder. I
> need to che
Hi Lynn,
What specifically are you trying to automate? Maybe I can try and help you find something (no promises, tho :-)
KC
On 1/16/06, Lynn. Rickards <[EMAIL PROTECTED]> wrote:
> From: Kevin Carothers> Hi Lynn,>> I haven't personally done this- but I've had some
Hi Lynn,
I haven't personally done this- but I've had some luck with Win32::OLE.
Try
$acroApp = Win32::OLE->new("AcroExch.App");
$acroDoc = Win32::OLE->new("AcroExch.PDDoc");
HTH-
KC
On 1/16/06, Lynn. Rickards <[EMAIL PROTECTED]> wrote:
Greetings,Wondering if anyone has had any s
Hi Chuck-
On 6/18/05, Charles Maier <[EMAIL PROTECTED]> wrote:
> I have a Perl app that catalogs photo files. IS there a quicker way of
> finding "the newest" file date in a directory other than doing a stat on
> each file in it?? How??
>
> TIA
> Chuck
>
I know it sounds a little weird, but w
On 6/16/05, Gerber, Christopher J <[EMAIL PROTECTED]> wrote:
> -Original Message-
> > Error Message.
> >
> > Missing SearchCondCh value
> > New Search Value is
> > Printing Record for Search Conditions 950 and 2 and 'MAINTENANCE TRAINING
>
> > REQUI REMENTS REVIEW' IS FOUND OR 'MTRR' IS F
Hi Chris,
I may be way off-base here, but you might need to add a
"Content-Length: " header too-
HTH-
Kdot
On 4/18/05, Chris <[EMAIL PROTECTED]> wrote:
> I know I've seen the answer to this question in the past but I can't seem to
> find it in the archives or Google. How can I output an image di
On 4/14/05, Dan Baumbach <[EMAIL PROTECTED]> wrote:
> I'm running a perl script that checks the viability of a server. I have
> the script scheduled to run every 5 minutes. That means every five
> minutes I have a command window flash on the computer as the script is
> being run. Is there any wa
On Apr 11, 2005 11:22 AM, Craig Cardimon <[EMAIL PROTECTED]> wrote:
> I am working with huge ASCII text files and large text fields.
>
> As needs and wants have changed, I will be reprocessing data we have
> already gone through to see if more records can be extracted.
>
> I will need to compare
On Mon, 28 Mar 2005 15:12:06 -0500, Thomas, Mark - BLS CTR
<[EMAIL PROTECTED]> wrote:
> > I would like to get some opinions on what is safter,
> > hidden fields or cookies?
>
> You might be surprised to hear both are equally insecure. In either case,
> you're sending data to a browser, and you're
Wow- I never knew those properties even existed...
It is possible there is some sort of a PIF file that's created when
you create comments under the summary tab?
KC
On Thu, 10 Mar 2005 15:26:29 -0500, Earthlink-m_ryan
<[EMAIL PROTECTED]> wrote:
> Chris wrote:
> > The file comments are part of the
On Wed, 9 Mar 2005 14:03:54 -0600, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hi;
>
> I'm using Archive::Zip to unzip a bunch of CSV files that I want to extract
> information from. The problem is that when I extact a file, and I try and
> read it into an array for line by line handling,
On Mon, 28 Feb 2005 10:23:24 +0100, Bruno Georges
<[EMAIL PROTECTED]> wrote:
> Hi
>
> One possible solution is to wrap the functions in Script B [on windows]
> with SOAP and expose it has a service via apache.
[---]
> Bruno Georges
[---]
>
> I need to run Script A in Unix , It will generate
On Mon, 28 Feb 2005 13:12:40 +0100, Neil Burnett <[EMAIL PROTECTED]> wrote:
> Has anything happened to solve this clean up issue with Win::OLE and threads?
>
> Free to wrong pool ... during global destruction
>
> I am avoiding the error at the moment by taking jan and paul's advice
> (thanks) co
Hi Andrew,
I really don't know what's going on, but I have tried running MSAccess
as an OLE automation server; you too are obviously running IE as an
OLE automation server.
I hate it when people tell me something can't be done, but I really
doubt that you can call events from a COM object via a
sic.
My code for a running instance, which doesn't work, looks like this:
#! c:\Perl\bin\perl.exe -w
use strict;
use Win32::OLE;
my $hex = Win32::OLE->GetObject('HostExplorer.Application');
$hex ->RunCmd("Pf1"); #will update the time in window
Thanks,
Kevin
/
update; # make
our updates visible
}
sleep 1;
}
-Original Message-
From: Glenn Linderman [mailto:[EMAIL PROTECTED]
Sent: 18 January 2005 19:12
To: Charles Maier
Cc: Kevin Gibbs; perl-win32-users@listserv.ActiveState.com
Subject: Re: Output to selec
Chuck,
Yes but you'll need to be clearer on what you want.
If you're looking for create GUI interface then there
is TK, Win32::GUI or WX.
If you want to send characters to a multiple console
windows then there is Win32::Setupsup.
Kevin.
--
Date: Sun, 1
If you trust your environment, couldn't you just set PERL5LIB
to v:/utilities/perlutil? Perl should then look in there for
modules with out the script needing to put anything extra in
your scripts.
According to the PerlRun doc this wont work if Taint checking
is on.
Kev.
-Original Message-
Hi John,
The screen saver settings are stored in the registry.
The following should tell you what the settings are:
use Win32::TieRegistry (TiedRef => \$reg) ;
use Win32;
my $control = $reg->{"CUser\\Control Panel"};
my $desktop = $control->{"Desktop"};
print "ScreenSaver: " .
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 PROT
appreciated.
Regards,
Kevin
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Guys,
My understanding is that there is a bug in the file extension/application to execute
code, that is part of windows, that stops redirection from working if Microsoft does
this "lookup" itself. Stopping it having to do this lookup, by invoking Perl.exe
directly, gets around this issue. Thi
Bill,
Just out of interest I tried a variation on your script with 3 buttons to
open up the html file. One button used System, one used the windows
shell (via OLE) and one used OLE to control IE directly.
On my machine (w2k), Shell takes the longest, system is slightly quicker,
and OLE is pretty
Read through
perldoc perldsc - it's an excellent way to learn how this
works.
From: Brian Gibson
[mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 4:27
PMTo: [EMAIL PROTECTED]Subject:
Array within an array...? I'm confused
Hello all,I am having trouble understanding some program
Does anyone know of a ppm for SetupSup that works with the latest version of
Perl?
Thanks,
Kevin.
This e-mail is confidential and may contain legally privileged information. You
should not disclose its contents to any other person. If you are not the intended
recipient, please notify the
Dietmar,
Thanks for the response. I read that in the manual but it didn't make sense to me in
the way that this was being used. There is a loop and, within it, the following:
next if ($#$dlr == -1);
How would the awk-stuff below fit with this code above?
Ta.
K.
Kevin Hil
}
print "Parent waiting for kiddies...\n";
while( ($pid = wait()) != -1 ) {
print "Parent: Child $pid exitted with status: $?\n";
}
print "Parent after wait.\n";
Kevin Hill
AVP Programmer
You shouldn't have to do anything at all --- if you post a simple program
that you believe should work you will get more help.
-Kevin
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Eisengrein
Sent: Friday, April 04, 2003 2:01 PM
To:
u can
reach.
Kevin Gould
Sr. I/T Specialist
Gentiva Health Services, Overland Park, KS
913-814-2369
-Original Message-
From: Harald Wopenka [mailto:[EMAIL PROTECTED]
Sent: Monday, March 24, 2003 6:37 PM
To: [EMAIL PROTECTED]
Subject: Update Windows 2000 Time via Internet-NTP-Server
Hi t
ame at v06b.pl line 1562.
> Execution of v06b.pl aborted due to compilation errors.
>
> If I use $_[2] instead of $key, then it works. Is there a way of passing
> $key as $key to the sub?
>
> Thanks.
>
HTH -
Kevin
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thomas,
Thanks for that but it seems to suffer from the same problem. The Save As
button doesn't use the ExecWB function but calls execCommand(SaveAs...) on
the document in the browser.
I've tried adding an additional button that calls ExecWB(4, 3, filename)
but the javascript doesn't save, jus
Hi All,
I have a perl/cgi script that grabs user account attributes from the domain pdc and generates listboxes sorted by username, user full name, etc. Since we have migrated to a new w2k active directory, it appears that the USER_FULL_NAME attribute in Win32::AdminMisc::UserGetMiscAttribut
-Original Message-
Yeah
well
this is my home directory /home/xcomb
what
i would like to do it to go all the subdirectories of
that home directory that has many folders and in each folder to create Trash
folder untill it reaches the end of subdirectory
i
know
for
MS-Windows allow you to avoid the ANSI escapes by turning off something some
of them call console mode.
Kevin
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
_
Hiya all--
I am having problems with a CGI script I'm trying to run off an IIS 5.0 server-- the script does a File::DosGlob::glob("otherserver\\d\$\\folder\\*.txt") type call, where otherserver is a server in the same domain as the IIS server. I am currently in the local administrator
I believe the proper usage for "if errorlevel" is
If errorlevel 3 echo yes
You only test equivalence when evaluating it as a variable. Unless it
works both ways now.
-Original Message-
From: Edwards, Mark (CXO) [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 8:17 AM
To:
You could try using use Win32::NetAdmin. It has a various options
for looking at different machines on the network, eg use
Win32::NetAdmin::GetServers($Opdc, $dom, SV_TYPE_NT, \%nt);
and the keys in %nt will be the NT machines your network,
Win32::NetAdmin::GetServers($Opdc, $dom,
Put down the keyboard and step away from the computer and I'm sure
you'll be safe :-)
You have nothing to worry about as a consequence of the module in and of
itself. There is no particular reason that AdminMisc would blow
anything up any more than any other arbitrary application or modul
). If anyone has any
alternate suggestions for running privileged tasks which wouldn’t require
me storing a password and manually impersonating, I’m open to education.
Kevin Gould
Sr. Technical Specialist, Server
Administration and Management
Gentiva Health Services - Overland Park, KS
If you look under your Activestate install, there's an
Eg/tk directory. Run Widget.bat
I think you'll find it has more than ample to keep you busy.
-Original Message-
From: Beckett Richard-qswi266 [mailto:Richard.Beckett@;motorola.com]
Sent: Wednesday, October 23, 2002 3:33 AM
To: Per
I'd check permissions on the directory. Likely you're not running the
program as the same id interactively and through the webserver. Use
www.sysinternals.com filemon to monitor inetsrv.exe to see if you're
getting permission denied.
-Original Message-
From: Krishna, Hari [mailto:[EMAIL
Be sure and wait against your sub processes. When they’re done, that will
ensure they clear. Disclaimer: I cut
this out of something I wrote and cleaned it up for consumption so I may have
missed something here and there in the cleanup.
Something like this:
foreach $Something ($So
I've attached what LDAP gave me for a test user's attributes on a test
script I was playing with the other day for your reference. The list
will likely block it, but it should reach you directly.
-Original Message-
From: Steven Manross [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October
Hello,
Is there a module that anyone can recommend that will reverse resolve an IP
address and return a domain.
TIA.
--Kevin
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
It almost looks like you're working on a backslash, not a forward slash
- which did you intend? I presume that's all you want to match, you are
ONLY looking for the forward slash on the end of the line?
$scandir=~/\/$/;
or my preference,
$scandir=~!/$!;
-Original Message-
From: Barl
I've been using ImageMagick under perl to make thumbnails and scale pictures
quite successfully. (I've done this under Win2k and WinXP). Recently I got a
new computer and faithfully installed active perl 633. Using PPM I verified
that I have the latest Image-Magick (5.26). On this computer even si
if (not -d $filespec) { print "$filespec: I am a file\n" }
-Original Message-
From: Barlow, Neil [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 28, 2002 8:49 AM
To: [EMAIL PROTECTED]
Subject: Disregarding Folders In A Directory
Hi all,
I am a newbie to perl...
I am using the opend
113 wil be 1.13 and 1045 will be 10.45
Any help will be appreciated.
--Kevin
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
computer freezes and I have to reset
the machine.
Thanks in advance.
Kevin.
[EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
component inside of the
application (IE component - can I use activeX?). When minimized, the
application will run on the system tray.
Is this possible with Perl/TK?
thanks
--Kevin
[EMAIL PROTECTED]
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To
> Kevin wrote:
>
> > Hello,
> >
> > I am having a bit of a problem working with nested data structures and
after
> > spending some time with the perl man pages, I am turning to the list for
> > help.
> >
> > I am reading a DBI record into a hash
r = new Mail::Sender {smtp => 'smtp.irubin.com', from =>
'[EMAIL PROTECTED]'};
$sender->Open({to => $Email, subject => 'SUBJECT'});
$sender->Send($thtml->output);
$sender->Close;
Thanks in advance.
-Kevin
[EMAIL PROTECTED]
http://www.irubin.com
Christopher,
You need to encase the parms in (). The following statements are
equivalent due to the default mask that is applied.
mkdir ("dirname");
mkdir ("dirname", "0777");
Kevin Ireland
Sr. Systems Engineer
Gentiva Health Services
(913) 814-2169
[EM
$file="${invar1}.txt";
Kevin Ireland
Sr. Systems Engineer
Gentiva Health Services
(913) 814-2169
[EMAIL PROTECTED]
-Original Message-
From: Jean-Paul Felix [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 15:46
To: Perl-Win32-Users (E-mail)
Subject: style
Is th
Has anyone used Net::Telnet to connect to a Cisco Switch?
Thanks,
Kevin Foster
Systems Administrator
Engineering Services - Vignette Corp.
Desk: (512) 741-1356
Cell: (512) 970-6748
"Building a better idiot through automation"
___
Perl-W
doing mass mailings of a users ID and password. With a few other
minor monitoring/logging scripts here and there.
Any help would be very much appreciated.
Kevin Mitchell
Systems Analyst
Corporate Information Systems
Voice:770.751.2373
FAX:678.297.7016
Internet:[EMAIL PROTECTED]
Siemens Energy
cation')
|| Win32::OLE->new('Excel.Application', 'Quit');
$Excel->XlCalculation($xl->{xlCalculationManual});
any ideas ?
Kevin.
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users
r the
author's warning about size and speed. My recommendation comes from the
surprisingly good results I am able to achieve with this package. The
original post was fairly sparse and not knowing the writer's requirements, I
recommended the most full-featured module that I have experien
s here. Lets show some respect for other
people's wishes. Sheesh.
Kevin Crow
Business Programmer/Analyst II
Zetron, Inc
Kirkland, Wa USA
(425) 820-6363
www.zetron.com
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Joe Schell
>
Plain text
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Lee Goddard
> Sent: Thursday, October 26, 2000 10:12 AM
> To: [EMAIL PROTECTED]
> Subject: Vote, please: HTML Posts / Style Guide
>
>
> Could we have a simple vote in favour of plain tex
79 matches
Mail list logo