uploadfiles

2003-10-01 Thread A L
I'm trying to write a CGI script to upload a file from a website. I have the following HTML: Uploading Files Pick a file to upload: that refers to the following CGI: #!/usr/bin/perl -w use strict; use CGI qw/:standard/ print "Content-type: text/html\n\n"; print $query->filefield(

use GD::Graph::bars

2003-10-03 Thread A L
Thanks for helping me on my previous question; I was able to get it afterwards. I have another question. I am trying to draw a graph. First, I have created @1, @2, @3 within html. This prints out 3 columns with values of each array on the array like below on a browser after calculation: @X

dclrs datacolours

2003-10-07 Thread A L
Hi, I can't seemed use different colors for each bar. Instead of different colors according to @datacolor, only blue is printed for all the bars. Can you tell me what's wrong with this code? And, wanting to delete a file that contains the following graph (to avoid accumulation), what can I us

Re: Syntax error with while

2003-11-09 Thread A L
lanzaroto <[EMAIL PROTECTED]> wrote: Le dim 09/11/2003 à 20:02, drieux a écrit : > On Sunday, Nov 9, 2003, at 09:24 US/Pacific, lanzaroto wrote: > > Le dim 09/11/2003 à 17:44, drieux a écrit : > > > >> On Sunday, Nov 9, 2003, at 08:08 US/Pacific, lanzaroto wrote: > >> > >>> > >>> while({$id, $nom

Re: pagination of dbi results on html browser

2003-11-28 Thread A L
Hello [EMAIL PROTECTED], This continuation post is from another post at [EMAIL PROTECTED]; it's posted here because this is more relevant to CGI. Previously, I had 2 questions, one being pagination (the other question is yet addressed until pagination issue is understood). Now, after following

Re: pagination of dbi results on html browser

2003-11-28 Thread A L
Thanks. I'll work on it. Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:A L wrote: > Hello [EMAIL PROTECTED], > This continuation post is from another post at [EMAIL PROTECTED]; it's posted here > because this is more relevant to CGI. Previously, I had 2 questions, one being > pagination (the othe