> On Sat, 17 Aug 2002, T&C Winquist wrote:
>
> > I'm using ImageMagick version 5.4.9 (I installed PerlMagick WITH
> > ImageMagick), ActiveState ActivePerl version 5.6 on Win2k Adv Server
running
> > IIS 5.0. I'm trying to display an image using PerlMagick directly to a
web
> > browser (without
Anybody using Spreadsheet::WriteExcel and have gotten set_bg_color() to work
with excel 2000? I can get all my formating options to work EXCEPT bg_color
... below is the code.
Gone through the module site and no bugs are listed for this and don't perl
well enough to even begin looking through th
Hi,
I'm performing an automated mail merge with the following code:
$Word->{ActivePrinter} = $printer;
$Merge->{Destination} = wdSendToNewDocument;
$Merge->Execute(0);
I'm trying to print the file "Form Letters1", but no matter what I try, I
can't seem to get the Perl equivalent of the following
If I replace 'gif:-' with 'png:-' (and change the header to png), I still
get the same error. Some reason it doesn't like me writing the image to the
browser. But it doesn't make sense that it works fine when running the perl
script at the command prompt.
"Exception 425: An error has occurred w
On Sat, 17 Aug 2002, T&C Winquist wrote:
> I'm using ImageMagick version 5.4.9 (I installed PerlMagick WITH
> ImageMagick), ActiveState ActivePerl version 5.6 on Win2k Adv Server running
> IIS 5.0. I'm trying to display an image using PerlMagick directly to a web
> browser (without saving the im
On Fri, 16 Aug 2002, Charles wrote:
> I have a perl script that works fine with perl 5.004 in MKS 6.2a.
>
> I have recently upgraded to Perl 5.6.0 in MKS 8.1 and the script is broken with the
>following error.
>
> Undefined subroutine &Win32::CopyFile called at
>C:/PROGRA~1/MKSTOO~1/etc/perl/li
>
> The point is that Apache is less prone to attack for some reason. Better
> initial coding possibly with fewer holes ?? With Apache there are seldom
> fixes going out since the initial code was written with security in mind.
>
> Rarely is it necessary to upgrade or patch for a security fix a
You are looping over all of the %ext keys, and provided that $ext{$6}
exists, assigning a value to $tad for each key. Therefore, the final value
of $tad will always be the same, i.e. the one determined by the last key.
> foreach $key ( keys %ext ) {#
> if (exists
On Thu, 15 Aug 2002, $Bill Luebkert wrote:
> 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
On Thu, 15 Aug 2002, Brian Steele wrote:
> 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
On Thu, 15 Aug 2002, $Bill Luebkert wrote:
> Brian Steele wrote:
> > Answers:
> >
> > 1. The reason why more IIS servers have been compromised than Apache servers
> > has more to do with administration ignorance rather than anything else IMO.
> > Ex: Nimda - MS had the fix out before Nimda arrive
Hello,
2 questions on the same script
Parsing a file and trying to replace all instances of a certain combination
with another combination. Prob is it seems to take a rather long time to do
this. Anybody think of a quicker way to go about this, rather new to perl
programming or is it it just d
On Thu, 15 Aug 2002, $Bill Luebkert wrote:
> Brian Steele wrote:
> > Well lessee, choosing between one that automatically uses file association,
> > and one that offers it as a configurable option (the result being that
> > you'll find it enabled on some servers but not on others - great for
> >
Hello,
I'm trying to create automation with Word with the Visible property set to
0. When I run the code with visible = 1, everything works as expected
without errors. However, when I run the code with the visible = 0, I'm
getting errors.
Here's a snippet of code.
my $WordFile = "$doc_path\\"
14 matches
Mail list logo