Perl and PGP question

2002-06-14 Thread Wening Andreas
Hi, Just wondering if somebody has any experiences with the PGP5 (which I found on CPAN) module in Perl. Here what I plan to do: We run Windows 2000 with active Perl and want to exchange files with different customers over the internet. Therefore we plan to setup an ftp server and encrypt all

help...

2002-06-14 Thread Mike Singleton
I would like to have an parsing script that contains the Job number, Job Name, log entry date time, task number, server name being backed up, drive/vol being backed up, server hosting the tape drive, tape drive being used, amt of data written, throughput speed, nbr of files written, nbr files

Re: help...

2002-06-14 Thread Eric Greenwood
I would like to have a White Chocolate Mocha Grande with whipped cream. Sorry, couldn't resist. Eric From: Mike Singleton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: help... Date: Fri, 14 Jun 2002 10:22:52 -0700 I would like to have an parsing script that contains the Job number, Job

Re: help...

2002-06-14 Thread Förtsch
and what would you pay for that? On Fri, 14 Jun 2002 10:22:52 -0700 Mike Singleton [EMAIL PROTECTED] wrote: I would like to have an parsing script that contains the Job number, Job Name, log entry date time, task number, server name being backed up, drive/vol being backed up, server hosting

Rants and apologies...

2002-06-14 Thread amonotod
Okay, I think I need to apologize to the list... No, no one has harped on me, no one has flamed me, but I realized my last few posts to the list have been somewhat inflamatory, so... I apologize. But, please, let's all remember that the 'net is NOT a friendly place, not to us, or our

ODBC - update access db - data type mismatch error

2002-06-14 Thread Norris, Joseph
Hello, I am trying to do an update on an access table as follows: my $update = qq!update PhonesSystems set Patch_panel = 'test' where ID = 1!; if (!($odbc_db-Run($update))){ print Error in $update\n; ($ErrNum, $ErrText, $ErrConn) = $db-Error(); print ErrNum: $ErrNum ErrText: