Re: proxy error and using LWP getstore

2003-11-14 Thread $Bill Luebkert
lorid wrote: > I am still having trouble using the proxy, I thought I'd send my new code in which > I hopefully used your code suggestions correctly. I can ping proxy-web.dri.edu , > and I have added this debug line (use LWP::Debug qw(+ -conns);) > so I can see that it is really proxied to proxy-

Fastest way to create an Access db...

2003-11-14 Thread Richard Morse
Hi! What is the fastest way, from perl, to create an Access DB. Currently, I'm using DBD::ODBC to connect to a "blank" db file (which I've uuencoded and create whenever I need to create a db). However, this seems to be very slow. It's still faster than DBD::ADO, which was about 5 times slow

RE: PERL Authentication!!

2003-11-14 Thread Peter Guzis
Win32::AdminMisc::LogonAsUser might be what you need. ChangePassword isn't going to work in all cases. If your domain policy disallows re-using recent passwords, it will fail. Additionally, if there is any sort of account lockout policy defined chances are you will be causing yourself a lot of

Re: proxy error and using LWP getstore

2003-11-14 Thread lorid
I am still having trouble using the proxy, I thought I'd send my new code in which I hopefully used your code suggestions correctly. I can ping proxy-web.dri.edu , and I have added this debug line (use LWP::Debug qw(+ -conns);) so I can see that it is really proxied to proxy-web.dri.edu any clues

PERL Authentication!!

2003-11-14 Thread Krishna, Hari
Hi guys, I have been working on simulation NT login suing PERL. I used Win32::AdminMisc and I used ChangePassword function. But I needed to "Really" login as we do with windows login. When we "Windows" login, and I use net user loginname /DOMAIN than I get to see Last Login: date/time But whe

Re: Spreadsheet-WriteExcel format problem

2003-11-14 Thread shurst
> Guys, > > This has me well and truly confused. I have even copied and pasted the lines > from the documentation, and it still won't work! > > Can anyone tell me what I'm doing wrong here? > > use strict; > use warnings; > use Spreadsheet::WriteExcel; > my $workbook = Spreadsheet::WriteExcel-