Hi,
Umesh T G <[EMAIL PROTECTED]> wrote:
> Below is my index.pl
Some comments:
> #!/usr/bin/perl
# consider using -T fpr taint mode
use strict;
use warnings;
# consider using the CGI module, too.
> use Env;
> print "Content-Type: text/html\n\n\n";
One \n too many.
> chdir("/path/to/dir");
Hello List,
Below is my index.pl
#!/usr/bin/perl
use Env;
print "Content-Type: text/html\n\n\n";
chdir("/path/to/dir");
@files=`ls -1`; ## load all the html files..
print "\n";
print "\n";
print <
function submit_form()
{
document.show_fi
e:
http://www.perldoc.com/perl5.8.0/pod/perlfaq4.html#Why-don't-my-%3c%3cHERE-d
ocuments-work-
-rm-
- Original Message -
From: Dan Muey <[EMAIL PROTECTED]>
To: Robbie Staufer <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 1:03 PM
Sub
Original Message
Subject: RE: javascript and perl dbi
Date: Wed, 26 Mar 2003 13:03:50 -0600
From: "Dan Muey" <[EMAIL PROTECTED]>
To: "Robbie Staufer" <[EMAIL PROTECTED]>
CC: <[EMAIL PROTECTED]>
javascript... ... HTML Just watch out for y
Please post to the list so everyone can play.
>Dear Dan,
>
>Like you, I think that perl can do everything php can do, and more. I'm in the
>learning stages, so don't know alot about >either, but I've used both a few times.
>So taking your advice, I have a perl script that will eventually do ev
> Hi,
>
> I have a web page where I've used Java Script to set up some
> relational
You mean wher if they choose something from menu 1 ,then menu 2 changes accordingly,
right?
However javascript script is client side so it doesn't matter to the scripts as long
as the
Data is submitted proper
Robbie Staufer wrote:
> Hi,
>
> I have a web page where I've used Java Script to set up some relational
> menus, within a php script to send form data to a perl DBI script for
> querying a database. The user selects an option from the first menu,
> and an option from the second menu, and these va
Hi,
I have a web page where I've used Java Script to set up some relational
menus, within a php script to send form data to a perl DBI script for
querying a database. The user selects an option from the first menu,
and an option from the second menu, and these values need to be passed
either