Re: Pass Phrase known onky by the script

2009-02-21 Thread Mark Pryor
--- On Sat, 2/21/09, 田口 浩 wrote: > From: 田口 浩 > Subject: Pass Phrase known onky by the script > To: perl-win32-users@listserv.ActiveState.com > Date: Saturday, February 21, 2009, 6:10 PM > Hello, > > I made a module generating 8 length, 1 password used at a > CGI. > My boss says it should sa

Re: Encryption recommendations

2008-08-08 Thread Mark Pryor
--- On Fri, 8/8/08, Chris O <[EMAIL PROTECTED]> wrote: > From: Chris O <[EMAIL PROTECTED]> > Subject: Encryption recommendations > To: perl-win32-users@listserv.activestate.com, [EMAIL PROTECTED] > Date: Friday, August 8, 2008, 12:37 PM > Hi All! > > I need to encrypt txt files on a shared lin

Re: Need OLE COM/Variant help

2007-04-12 Thread mark pryor
Robert, its easy once you use the right Win32::OLE support module :) check out this WMI sample that shows how to allocate for an 8204 array. http://www.techiegroups.com/showthread.php?t=48703 Here's an object browser for scripting (by me) to help see the properties and methods http://www.tlview

Re: Inspecting a COM object

2007-01-12 Thread mark pryor
--- Jan Dubois <[EMAIL PROTECTED]> wrote: > On Wed, 10 Jan 2007 09:36:23 +0800, Foo JH > <[EMAIL PROTECTED]> > wrote: > > >I was wondering if there is any API that lets me > inspect a COM object in > >Perl. By this I mean list out the functions, > classes, stuff like that. > > > >I see this hap

Re: Seeking help with Win32::OLE and tlbinf32 COM library

2006-08-06 Thread mark pryor
hello, (forwarding to the list)mark pryor <[EMAIL PROTECTED]> wrote: Jamal Mazrui <[EMAIL PROTECTED]> wrote: A Microsoft COM server that provides TypeLib information is distributed in the file named tlbinf32.dll. It is included in various development environments and is available in

Re: Running a script in the system account

2006-03-20 Thread mark pryor
Foo Ji-Haw <[EMAIL PROTECTED]> wrote: >> You can use the WinXP schtasks utility to run a script>> in the SYSTEM account.>> >> I can't, I'm afraid. I'm running win2k with no plans to change.> There is a Perl library that can automate the Windows scheduler, for both 2000 and 2003.hello, http:/

Re: Running a script in the system account

2006-03-18 Thread mark pryor
--- Jim Hill <[EMAIL PROTECTED]> wrote: > Hi all > > My mta, Mailtraq , > contains a custom > active-x control which can be accessed only when it > is running as > an application, not as a service. If Mailtraq is > started as a > service, its normal mode, the active-x

Re: Tough qn: understanding this (C) error while using inline

2006-02-17 Thread mark pryor
--- Foo Ji-Haw <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm trying my first hand at writing some C code to > extend TAPI onto Perl > using inline.pm. I didn't get very far though. > Appreciate if anyone can > help explain the error (source code is attached). > > It seems to complain that _li

Re: Creating a new directory from a script under windows

2005-12-05 Thread mark pryor
e here http://www.tlviewer.org/fixdir.txtgood luck, Mark Pryor Yahoo! Personals Single? There's someone we'd like you to meet. Lots of someones, actually. Try Yahoo! Personals___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.Ac

Re: Persistent Crypt::RSA keys?

2005-12-01 Thread mark pryor
n see the format of the public key once its written. Also there is a switch for "ASCII::Armour" -- see the synopsis. good luck, Mark Pryor -- __ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. dsl.

Re: sample dbi \html for programlvi

2005-06-10 Thread mark pryor
--- lorid <[EMAIL PROTECTED]> wrote: > Does anyone have a very short sample program that > presents a html form and gets the input and updates > a database ? > I usually do this in C, but would like to start > doing in perl. > > thanks > > Lori > ___

perl remedy for CHM exploit

2005-05-09 Thread mark pryor
hello, I use WinXP/Win2k and I'm an avid user of CHM HtmlHelp files. I'm constantly downloading new ebooks made in this format (CHM). In order to protect against the new CHM exploit, I've made a Perl/InlineC method to grab the CHM central directory. The C library is from Matt Russotto and does n

DH horsepower using InlineC and CryptoAPI

2004-10-31 Thread mark pryor
Hello, Using Perl 5.8 build 807 (UWinnepeg) Win2k sp4, P4 2.0 Ghz, 512 RAM I looked around CPAN-Google for a quick perl method of generating Prime/Generator pairs for use with Crypt::DH. Crypt::Primes was OK, but didn't hook into libgmp-3.dll. It seems that no one except Sysiphus has worked on t

CryptoAPI and perl

2004-07-21 Thread mark pryor
Hello, I'm coding a perl/DBI/MySQL tool to build a keyspace database from all the keys/containers/certs defined by the Win2k+ CryptoAPI. I'm especially interested to hear from a peer that is using Certificates in ActiveDS. Any cert that has a private key is included in the DB making it easy to se

Re: compress and convert a bmp

2004-02-25 Thread mark pryor
The fabulous irfan viewer athttp://www.irfanview.com/has commandline switches, specifically the /compress switch.You can shell this using back ticks or exec(). As usual since it works great for me, I'm telling you about it!hth, tlviewer:yahoo:AIMJohn <[EMAIL PROTECTED]> wrote: Has anyone compr

a twist on fav2html.pl

2002-09-07 Thread Mark Pryor
re. I succeeded only becase I had the Data::Dumper module showing me the guts of the HoH. Get it here http://home.sprintmail.com/~mpryor/fav2html.zip http://home.sprintmail.com/~mpryor/marksfavs.htm (87 kB) regards to the list, Mark Pryor ICQ 64329574 Pgp KeyID: 0x1A9

Re: Perl Presentation

2002-08-21 Thread Mark Pryor
this book and its code samples are a tour de force of Perl and its syntactic sugar. There is a good use of CPAN modules too. Take an hour and setup Apache and MySQL, then run some of the demo's. hth, Mark Pryor > > Stanley G. Martin > Sprint

Re: Creating a Timeline

2002-05-16 Thread Mark Pryor
is page almost a year ago, but there have been no requests for support with the script. See if its anywhere close to what you need. good luck, Mark Pryor > > -- > Thanks, > > Brian Gibson > Systems Administrator > Wheaton College > 508-286-3417 > [EMAIL PROTECTED] >

Re: Access IE History data

2001-12-07 Thread Mark Pryor
is a VB sample: http://www.domaindlx.com/e_morcillo/scripts/type/default.asp?page=inet#hist To do it in Perl would require a small miracle, unless you could wrap the above approach in COM and use Win32::OLE hth, Mark Pryor ICQ 64329574 Pgp KeyID: 0x1A966EC5

Re: Inline.pm from CPAN

2001-04-12 Thread Mark Pryor
Success, my bad. nmake install<--- worked Thanks anyway, Mark -Original Message- From: Mark Pryor <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April 12, 2001 7:34 PM Subject: Inline.pm from CPAN >Inline.pm from CPAN >

Inline.pm from CPAN

2001-04-12 Thread Mark Pryor
le.pl nmake nmake test nmake install The makefile was built fine, but the nmake kept using blib as the root and nothing got installed under the Perl root. This didn't work. I welcome any suggestions to correctly do this. Thanks, Mark Pryor ICQ 64329574 Pgp KeyID:

Tie and BTree.pm

2001-04-04 Thread Mark Pryor
left as an exercise for the reader to enable the Tie facility of Perl for this class. Has anyone already done this? I want to Tie a hash to the BTree! Thanks for any comments. Mark Pryor ICQ 64329574 Pgp KeyID: 0x1A966EC5 ___ Perl-Win32-Users