Re: How secure is Perl FTP function

2005-05-23 Thread Steve Keith
Yes, you should consider anything that you put into the EXE file as not secure. Also, I believe any Net::FTP session sends the info in clear text. If you need to be secure, then you should use SSH instead of Net::FTP Steve >$ftp = Net::FTP->new("$ftp_server_name", Debug => 0) or die(""); #

Re: Perl-Win32-Users Digest, Vol 9, Issue 24

2004-10-25 Thread Steve Keith
Hi Mike - > > Message: 3 > Date: Sun, 24 Oct 2004 16:10:28 -0400 > From: michael higgins <[EMAIL PROTECTED]> > Subject: DB_File and Storable glitch?? > > List folks -- > > I wanted to tie an array to a file and store references. I want the data > available to the next session, so I need Storable,

time function!?

2003-07-30 Thread Steve Keith
Hi - If you need speed, I'd use Date::Calc instead. It is written in C so it should be much faster than Date::Manip Steve > Message: 8 > Date: Tue, 29 Jul 2003 19:14:42 -0400 > From: michael higgins <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > CC: [EMAIL PROTECTED] > Subject: Re: time function

RE: Search a free Perl debugger

2003-02-04 Thread Steve Keith
Here, Here - Say, that WAS great - let me add my thanks, too - this will come in handy as both a debugging AND a learning tool. Steve > From: "Norris, Joseph" <[EMAIL PROTECTED]> > To: "'Tillman, James'" <[EMAIL PROTECTED]>, > "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] >

Re: Preventing Browser Stop from killing script

2002-07-30 Thread Steve Keith - Baselines
complete, then the database stays the way it was. Is this how it works? All the variables available to the main program will be available to the forked process, correct? Thanks for your suggestions. Steve - Original Message - From: "Carl Jolley" <[EMAIL PROTECTED]>

Re - Preventing Browser Stop from killing script

2002-07-30 Thread Steve Keith - Baselines
ly that involve MLDBM/DB_File database commits via web pages, I'd be greatful (or is that grateful?) Thanks, Steve Keith ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

"exists" error message and different versions of Perl

2002-04-02 Thread Steve Keith - Baselines
ing things, or have I overlooked something? I'm using "use strict" - haven't tried without it yet. Thanks for any comments. Steve Keith ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Subject: Problem transferring DB_File from Win32 to Unix

2001-05-23 Thread Steve Keith
for me.   Steve Keith     #--- I'm not sure if this is the right list for this but here's my problem. I've produced a BerkeleyDB from a csv one on a Win32 machine using DBI and DB_File. The Win32 machine is running Windows Profe

Re: MLDBM Sync

2001-05-17 Thread Steve Keith
r I do add overhead by having to go get the record again to do the compare. Is there a better way? This is all to take into consideration what happens when a user loads up a record, goes to lunch then comes back to his browser and submits changes to the page he loaded up earlier. Thanks again, S

Re: Perl-Win32-Users digest, Vol 1 #370 - 25 msgs

2001-03-26 Thread Steve Keith
Hi - Are you using the same database file for both systems? I know that the database format on one system might not be compatible with the other. If both systems have different versions of Berkeley DB than you will most likely have problems. As far as the locking, I've heard that file locking c

Compiling CGI

2000-12-13 Thread Steve Keith
Hi and Happy Holidays - Does anyone have experiences with Perlex that they would share? I'm considering purchasing it to compile CGI scripts and enhance performance. Are there any nasty surprises awaiting me, and are there any better solutions? Thanks for your input. Steve