Re: sessions

2008-08-25 Thread Lawrence Statton
> > > > Another solution, which is not really what the OP was asking about, but > > probably fixes his problem, is to ensure that each request from the same > > client will always be sent to the same webserver (based on a hashing of > > the client's IP address, for example.) > > But client's IP ca

Re: @$var....what does this mean

2006-11-15 Thread lawrence
print "$status_id\n"; > > } > In your inner loop $result is an array reference. It is a scalar variable that refers to an array (apparently, in this case, of two elements.) perldoc perlreftut -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Re: .wav and mp3 length.

2006-10-14 Thread lawrence
> It's for a dictation recording service who needs to invoice the clients = > as per the minutes of files uploaded to their servers. > > I searched the CPAN but of no help. > That is impossible to believe. Try again. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Law

Re: PATH problem

2005-04-25 Thread Lawrence Statton
erver process (probably running as a de-privileged user) read that file? Second: Is your webserver running in a chroot(2)ed environment, such that /path/to/file_one is not valid from within its context? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statt

Re: Variables in Modules

2005-04-13 Thread Lawrence Statton
u will find that SOMETIMES SergioPrimo::foo has the last value it had, and sometimes it doesn't. Perhaps you should take a step back and try to explain what you're trying to do. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer s

Re: CGI::Cookie Reading.

2005-03-29 Thread Lawrence Statton
cookie exists before extracting its value my $id = 'no cookie presented'; if ( exists $cookies{ID} ) { $id = $cookies{ID}->value; } -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two co

Re: Perl Apache Configuration

2005-03-28 Thread Lawrence Statton
> > Try: > > Content-type > > not: > > Content-Type > Red herring Content-Type is as good as CONTENT-TYPE is as good as cOnTeNt-TYpe ... See RFCs 2616, 1945, 822 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton -

Re: Formatting Labels with CGI.pm

2005-03-25 Thread Lawrence Statton
oup( -name => 'payment_type', -values => [ keys %options ], -default => 'PayPal', -linebreak => 1, -labels => \%options ) ; $q->autoEscape(1); -- -- -- -- -- -- -- --

Re: Send equivalent of this via perl

2005-03-14 Thread Lawrence Statton
pful. The shortest path would really be to "put the correct data in the form before the users posts" -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two components: ones and zer

Re: Premature end of script headers

2005-02-08 Thread Lawrence Statton
t; > Thnx in advance Yes. The cause of this is the script headers are ending prematurely. If you would rather have *USEFUL* answers to stupid questions, including some code to elicit the error would be reccomended. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Re: Save as a file

2004-12-15 Thread Lawrence Statton
you want to put something like Content-type: application/x-tex Content-disposition: attachment; filename="custom-file.tex" > > b) use a certain filename when saving the file instead of displaying a saving > dialog? The browswer will *ALWAYS* open a dialog, but it should be `pri

Re: Using a CSS file

2004-12-08 Thread Lawrence Statton
END PERL PROGRAM .. Doing soemthing useful is left as an exercise to the reader ;> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two components: ones an

Re: suEXEC or something like it

2004-12-04 Thread Lawrence Statton
use constant URL => 'http://cluon.com/lawrence/index.en.html'; use constant FILE => '/tmp/users/homer/index.html'; warn getstore( URL, FILE ) || die "Could not get the file"; .. END PERL PROGRAM -- -- --

Re: suEXEC or something like it

2004-12-04 Thread Lawrence Statton
climbed the anthill of setting up a database on the machine. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software consists of only two components: ones and zeros, in roughly equal proportions. All that is required is to sort them into the correct order. -- To unsubscribe, e-mai

Re: How to avoid accidental re-sending of POST data

2004-12-02 Thread Lawrence Statton
normal user -- but, it does nothing to dissuade pathological software from sending back bad data. You must be prepared at the CGI end for anything. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Computer software con

Please remove

2001-06-20 Thread Debo Lawrence-Cornett
I would like to be removed from this list. It is probably very helpful, but there's just too much. Thanks. [EMAIL PROTECTED] Debo Lawrence-Cornett Cornett Web Design [EMAIL PROTECTED] Member of the following professional Web Designer Associations: International Webmasters Association