> >
> > 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
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
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> 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
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
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
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
>
> 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 -
oup( -name => 'payment_type',
-values => [ keys %options ],
-default => 'PayPal',
-linebreak => 1,
-labels => \%options ) ;
$q->autoEscape(1);
-- -- -- -- -- -- -- --
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
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.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
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
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
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
-- -- --
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
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
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
16 matches
Mail list logo