Re: END ing in a cgi script

2007-02-16 Thread Owen Cook
On Fri, Feb 16, 2007 at 08:27:38PM -0800, Mary Anderson wrote: > > Hi all, >My perl-cgi application creates some temporary files and a temporary > table which I would like to clean up as I exit the program. I tried > writing a perl END block, but found that did not work. It appeared that

Re: How to Send Form Output to Multiple Mailing Lists

2007-01-11 Thread Owen Cook
On Thu, Jan 11, 2007 at 04:04:38PM -0500, Akbar Ehsan wrote: > The form has a bunch of check boxes: > > > Anderson > > Bloomington > > > Columbus > > East Chicago

Re: How to Send Form Output to Multiple Mailing Lists

2007-01-11 Thread Owen Cook
On Thu, Jan 11, 2007 at 03:23:34PM -0500, Akbar Ehsan wrote: > Hi, > > My knowledge of Perl CGI is very limited. I am trying to modify a form > that currently send form output to one email address and from there it > is sent manually via email to different mailing lists. > > How can I modify the

Re: What is the reason for different outputs for a cgi script run from a browser and run from the command line?

2006-06-20 Thread Owen Cook
On Tue, 20 Jun 2006, sfantar wrote: > David Dorward a écrit : > > On Tue, Jun 20, 2006 at 10:25:33AM +0200, sfantar wrote: > >> Why are there differences between the output of the CGI mentioned below > >> which displays the content of $ENV{HOME} et $ENV{PATH}? > > > > The environment the webs

Re: Storing a search string

2005-12-15 Thread Owen Cook
On Thu, 15 Dec 2005, Thom Hehl wrote: > I have a screen that is gotten to by a rather elaborate search string. I > want to put a button on that page that calls a CGI and passes it > location.href, which has all of the parameters I need to get back to > that page. The problem is, how do I do th

Re: Hi, strange problem on calculation

2005-12-07 Thread Owen Cook
On Wed, 7 Dec 2005 [EMAIL PROTECTED] wrote: > Hi, > > I don't know why the result of my calculation doesn't make sense! > > > foreach('0.43','-0.12','-0.08','-0.17','-0.06') { >$value = $value + ($_); > } > print $value . ""; > > Value = -2.77555756156289e-17 > Should be 0.00 What is th

Re: how to call installed program

2004-07-18 Thread Owen Cook
On Sun, 18 Jul 2004, Xiangli Zhang wrote: > In my perl cgi(say sequence.cgi), i want to call an > installed perl script application (phredPhrap under > directory /usr/local/bin). > > I use system("phredPhrap"); to call it in my cgi file. > > When I run my cgi file at command terminal > "phredP

Re: use CGI qw(:standard);

2004-06-11 Thread Owen Cook
On Fri, 11 Jun 2004, Werner Otto wrote: > I am making use of use CGI qw(:standard); to create my form. I need to > amend the size of a submit button and need to tell the button which script > to call (ie. action=test.cgi). Where can I find documentation on all the > attributes of the component