Re: Fwd: how to refresh between different pages of the same script

2008-04-08 Thread Jenda Krynicky
From: "Pau Marc Munoz Torres" <[EMAIL PROTECTED]> > #! /usr/bin/perl > #use strict; > use CGI::Ajax; > use CGI; > > my $q = new CGI; > > my $concatter = sub { > > my $buffer = $ENV{'QUERY_STRING'}; > > my @pairs = split( /&/, $buffer ); > > foreach my $pair (@pairs) { > >

Re: File::Copy & CGI.pm

2003-08-21 Thread Jenda Krynicky
From: "Yupapa.com" <[EMAIL PROTECTED]> > If you are transfering file from a local machine to a remote machine, > you do not use File::Copy module to copy files. File::Copy is used > for copying files locally. You can use Net::FTP to transfer files > from one machine to another. And of course, yo

Re: ASN1.pm

2003-03-13 Thread Jenda Krynicky
From: zentara <[EMAIL PROTECTED]> > On Wed, 12 Mar 2003 12:02:52 -0500, [EMAIL PROTECTED] (Susan > Aurand) wrote: > > >I am getting an error can't locate ASN1.pm, I have tracked that down > >to - I need Convert-BER-1.25.tar.gz. I have downloaded the file. I > >cannot find the documents on this do

Re: Can somebody send me RFC numbers of POP3 & SMTP

2003-01-19 Thread Jenda Krynicky
From: "LRMK" <[EMAIL PROTECTED]> > can somebody send me RFC numbers of POP3 & SMTP http://www.faqs.org/rfcs/ SMTP = 2821 POP3 = 1939 MIME = 2045-2049 Jenda P.S.: I't possible that one of those is already obsoleted by a higher number. You'll find that info on that site. Jenda =

Re: useing seek correctly?

2001-12-13 Thread Jenda Krynicky
From: "L P" <[EMAIL PROTECTED]> > I need to read lines 26 and 27 to check to see if there are two things > present 1.That from col 11-18 ôRunning ö is there and 58-82 is NULL > > I am using the seek function to do this. Is that correct? From my > understand the only positio