You are right. I do it rarely, but I was in the DOS
days, but I was also a hand to hand combat instructor.
One probably doesn't mix well with the other you
think?
--- $Bill Luebkert <[EMAIL PROTECTED]> wrote:
> Jim Hansen wrote:
>
> > I'm trying to set up a simple WMI script. This
> runs on
Adam R. Frielink wrote:
> I cannot seem to work out the syntax for Using MIME::Lite through an
> SMTP server that requires authentication.
>
>
> I can send properly through a server that doesn't require authorization,
> so I need to work out the proper way to pass in authentication.
>
> MIME::L
Jim Hansen wrote:
> I'm trying to set up a simple WMI script. This runs on my workstation,
> but not a 2000 Server running Perl 5.8.2. If someone could check my
> code, I would apprciate it.
I hope your job isn't a programmer - you don't seem to have an eye for detail.
Try carefully perusing th
I'm trying to set up a simple WMI script. This runs on my workstation, but not a 2000 Server running Perl 5.8.2. If someone could check my code, I would apprciate it.
M-
use strict;use Win32::OLE('in');use Win32 ();
my $Class = "Win32_UTCTime";my $Machine = Win32::NodeName();
my $objWMI = W
--- Sisyphus wrote:
>
> - Original Message -
> From: "robert johnson"
>
> >
> > youre right. during the make there were several warnings.
> >
> > API.c: In function `XS_Win32__API_LoadLibrary':
> > API.c:90: warning: cast from pointer to integer of different size
> > API.c: In functio
I cannot seem to work out the syntax for Using MIME::Lite through an
SMTP server that requires authentication.
I can send properly through a server that doesn't require authorization,
so I need to work out the proper way to pass in authentication.
MIME::Lite->send('smtp', $mailtags{mailsmtp}, Ti
Anyone know of any good VPerl books?
Thanks
M-
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site! ___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/my
> 100s of files to do.
There's probably a better way, but you could do a mass substitution of all
extended ascii (chr's 128-255?) characters, replacing them with null. That
would probably leave a bunch of other "stuff" in the file but it would be a
start.
Another, probably more complete option w
I presume you need to do this programmatically? Otherwise, why not just use
MSWord->Save As...
> -Original Message-
> From: Lasher, Brian [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 04, 2005 2:36 PM
> To: Perl-Win32-Users@listserv.ActiveState.com
> Subject: MSWord Document Parsers
>