Re: [vox-tech] Getting https with perl

2003-07-01 Thread Ken Herron
--On Tuesday, July 01, 2003 16:41:08 -0700 Jim Angstadt <[EMAIL PROTECTED]> wrote: my $ua = LWP::UserAgent->new( timeout => 20, ) || die "Cannot create new LWP UserAgent: $! \n"; my $req = HTTP::Request->new('GET', $url ) || die "Cannot create LWP Request: $! \n"; $ua->reque

[vox-tech] Getting https with perl

2003-07-01 Thread Jim Angstadt
Hi All, I'm trying to get https pages with perl. A previous msg [1] led me to install Crypt-SSLeay and OpenSSL, which went good. Now I've got code that looks bad and works poorly. my $ua = LWP::UserAgent->new( timeout => 20, ) || die "Cannot create new LWP UserAgent: $! \n"; my $

Re: [vox-tech] Another Perl Question: File::Find module notworking as expected

2003-07-01 Thread Ken Herron
--On Tuesday, July 01, 2003 15:30:49 -0700 Richard Crawford <[EMAIL PROTECTED]> wrote: The following script addresses the problem I had earlier of moving files from a Windows computer to a Unix server when the directory structures are different. Within each subfolder on the Unix server there is

[vox-tech] Another Perl Question: File::Find module not working as expected

2003-07-01 Thread Richard Crawford
The following script addresses the problem I had earlier of moving files from a Windows computer to a Unix server when the directory structures are different. Within each subfolder on the Unix server there is a directory called "messages". For some reason, it seems that File::Find is not traversi

Re: [vox-tech] openoffice: annoying message and load time

2003-07-01 Thread Matt Roper
On Tue, Jul 01, 2003 at 02:09:01PM -0700, Tim Riley wrote: > From: Tim Riley <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [vox-tech] openoffice: annoying message and load time > Date: Tue, 01 Jul 2003 14:09:01 -0700 > X-Mailer: Mozilla 4.7 [en]C-CCK-MCD EBM-Compaq (Win95; U) > Reply-

Re: [vox-tech] openoffice: annoying message and load time

2003-07-01 Thread Tim Riley
Peter Jay Salzman wrote: > using open office for stressful job hunting, and there are a few > annoyances that i'd like to ask about. > > question 1 > -- > 1. load an .sxw document > 2. save as .doc document > 3. file | quit > > open office now asks me if i really want to save because the

Re: [vox-tech] openoffice: annoying message and load time

2003-07-01 Thread Troy Arnold
On Tue, Jul 01, 2003 at 09:15:09AM -0700, Peter Jay Salzman wrote: > question 2 > -- > i'm unhappy with the load time of open office. is there any way to > decrease load time by keeping the code segment resident in memory, even > if i quit open office? would setting the sticky bit on soff

[vox-tech] openoffice: annoying message and load time

2003-07-01 Thread Peter Jay Salzman
using open office for stressful job hunting, and there are a few annoyances that i'd like to ask about. question 1 -- 1. load an .sxw document 2. save as .doc document 3. file | quit open office now asks me if i really want to save because there might be information loss in the new format