I am using GD::Graph::Bars to make four bar graphs for each month. I
cannot figure out how to separate the sets of bars from each other. As it
is, I have 48 vertical bars (4 x 12) all in a row. I want to show some
separation between each set of four bars (4 bars for each month). I do not
see any se
Hi,
I have a CGI script that takes some time to finish searching the DB. In
the meanwhile, how do I show that the job is being processed?
I tried just simple printing the same, but it wouldnt show up until the
search is over. I tried using threads with the same result.
Thanks.
--
P
--
To uns
Where can I find documentation, tutorials, examples for CGI::Framework ->
the cpan documentation is not enough for me :)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello!
I'm going to write my first perl script and I need Session handling,
authentification and a simple cgi application.
I tried to use CGI::Framework but I hardly find any documentation about
this module except the one at cpan. I tried the example but when I submit
from my enterusername htm th
I cant find a simple perl function to replace characters in a string. Im
trying to inserts strings like "bob's" into a database and need to convert
that to "bob''s" so that sql doesnt whine when i do an insert.
Any suggestions?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
- Yes I am using DBI. That's perfect, I didnt realize they had this
functionality, but it makes alot of sense that they do. Thank you, thank
you.
Wiggins D Anconia wrote:
> > I cant find a simple perl function to replace characters in a string. Im
> > trying to inserts strings like "bob's" into a
Hi
I have a very simple cgi script that I have put onto a webserver. I want
to write to a log file when it is run. My problem is that the open file
command always fails (and I get the "openFailed" message in my browser).
(even if i try opening for input it fails). I have created the file called
lo