RE: Javascript and perl

2005-09-27 Thread Thomas Bätzler
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");

Re: javascript and perl dbi

2003-03-17 Thread R. Joseph Newton
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

RE: javascript and perl dbi

2003-03-19 Thread Dan Muey
> 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

RE: javascript and perl dbi

2003-03-26 Thread Dan Muey
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

RE: javascript and perl dbi

2003-03-26 Thread Ramón Chávez
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

[Fwd: RE: javascript and perl dbi]

2003-03-26 Thread Robbie Staufer
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