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
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
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
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
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
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
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
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