Re: DESTROY Issue

2004-05-26 Thread Lev Alexandrovsky
Hello! Wednesday, May 26, 2004, 18:40:39, Dirk wrote: >> The "global destruction" starting earlier than destructor of this class. >> Try to undef class object before exit program. DBN> Lev is onto something here. When I place $Log = undef just before the exit DBN> in MovePDF, the filehandle exis

RE: Perl Tk

2004-05-26 Thread Jack D.
> -Original Message- > From: [EMAIL PROTECTED] [mailto:perl- > [EMAIL PROTECTED] On Behalf Of Eric Edwards > Sent: May 26, 2004 7:49 PM > To: [EMAIL PROTECTED] > Subject: re:Perl Tk > > Perl Tk Gurus, > > I am studying Tk using "Mastering Perl TK". I found the below listed code > in th

LWP with NTLM proxy

2004-05-26 Thread h-taguchi
Hello, (B (BAnyone has successed LWP script with NTLM proxy? (BI successed with basic-authen proxy, not NTLM. (B (BLWP::Authen::Ntlm seems to be for NTML'ed url, not for NTML'ed proxy. (BOr can be used for proxy? (B (B#!Perl (B# LWP with Basic proxy (Buse LWP::Debug qw(+); (Buse LWP::Use

Re: localtime no work

2004-05-26 Thread Andy_Bach
Because your -5 hours off of epoch time - i.e.:my ($secs, $mins, $hours, $mday,  $mon, $year, undef, undef, undef) =localtime($endTime - $startTime);print "Elapsed time was $mon/$mday/$year - $hours:$mins:$secs\n"; gives:Elapsed time was 11/31/69 - 18:0:10That is plus 10 seconds minus (in my case)