I'm gathering numeric survey data from users with a perl script and
then showing their scores on a results page.
On this page I want to include a graph of the results. I've written a
script that uses gd.PM, but I'm at a loss on how to pass the result set
array over to the separate graphing sc
I use Dreamweaver and would like to embed Perl code within my HTML, much
like one would embed PHP code within HTML, and still be able to visually
manipulate my HTML/Perl file with Dreamweaver.Any suggestions?
Thanks -Jim
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
Hi, what is the easiest method to embed perl code with html. I have a cgi
script that generates an array of file names. I want to output these names
in a foreach loop within some html.
thanks.
ramon hildreth
www.ramonred.net
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
Put the ssi in if you are reading the
file from a server. I haven't tried it though.
JimmyG
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Sun, 22 Sep 2002, Hytham Shehab wrote:
> where can i find/download a free sendmail alternative for win32?
Exim has been ported to cygwin, if you have that. But I think
there are native Windows MTAs too.
--
Greg MathesonThe teacher as the monkey in the works.
Chinmin Coll
hi guys,
where can i find/download a free sendmail alternative for win32?
thx
--
Hytham Shehab
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
At the server or the client side?
perldoc -f stat
If you want it on the server side. "stat" returns specific information
about a file on the local filesystem (or one that can be seen locally).
http://danconia.org
Octavian Rasnita wrote:
> Hi all,
>
> I am using the LWP module and I am trying
Hi all,
I am using the LWP module and I am trying to get the last modified date of
an .shtml page.
If the file is an .html, I can get the date with no problem, but if the file
is .shtml, the last_modified is "".
I've tried using the $ENV for a local .shtml file and I had the same result
(no res
On Sat, 21 Sep 2002 15:36:51 -0700, [EMAIL PROTECTED] (Ramon Hildreth)
wrote:
>Hi, my cgi compiles on the command line, but I get an internal server error
>when
>I try to access in the browser
Well, if it works on the commandline, but not from the browser, then it
usually is a permissions proble