Re: What does MakeFile do?

2009-01-21 Thread Owen
you tried simply running the reCAPTCHA.pl script? Owen -- To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org For additional commands, e-mail: beginners-cgi-h...@perl.org http://learn.perl.org/

Re: Problem with uploader

2008-11-22 Thread Owen
that CGI::Carp can be used, one use is in the set_message routine use CGI::Carp qw(fatalsToBrowser set_message); set_message(Please report details of this error to a href=\mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a. Thankyou.); It may not be applicable to your case, so FWIW Owen

Re: awk command in script?

2008-11-21 Thread Owen
On Fri, 21 Nov 2008 03:41:21 -0500 michael spellman [EMAIL PROTECTED] wrote: On Thu, Nov 20, 2008 at 8:32 PM, Owen [EMAIL PROTECTED] wrote: On Thu, 20 Nov 2008 06:32:51 -0800 (PST) marys [EMAIL PROTECTED] wrote: I am not altogether certain what you are trying to achieve. Read up

Re: Problem with uploader

2008-11-16 Thread Owen
files and did what they have suggested as the best way but it doesn't work. Here is my code: Make life easy for yourself, have a look at http://search.cpan.org/~gunnar/CGI-UploadEasy-0.11/ Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Carry Variable to Form

2008-09-20 Thread Owen
Hi, This is a Perl mailing list, maybe you would be better off posting to a javascript list, or if it is a html file, a html group? Owen I have an html file that parses passed parameters with this code: script type=text/javascript var query

Re: Determine upload file type

2008-06-20 Thread Owen
to cpan and get CGI-UploadEasy-0.11 (or read about it) Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Simple Question... I hope

2008-06-04 Thread Owen
that to upload your file. If you have access to your server, have a look at http://search.cpan.org/~gunnar/CGI-UploadEasy-0.11/ for the easiest means for uploading files Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Opening a File in its Native Application

2008-04-25 Thread Owen
, Lynn - Original Message From: Owen [EMAIL PROTECTED] To: beginners-cgi@perl.org Sent: Wednesday, April 23, 2008 11:11:37 PM Subject: Re: Opening a File in its Native Application On Wed, 23 Apr 2008 17:34:25 -0700 (PDT) Lynn Etheredge [EMAIL PROTECTED] wrote: Hi, I would like

Re: Opening a File in its Native Application

2008-04-24 Thread Owen
you elaborate a little more perhaps? Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Looping Dates.

2008-01-18 Thread Owen
I am stuck here, I want to get list of dates in a certain range. Like: Start Date: 2007-01-03 to End Date: 2007-05-30 I am pointless here as what should I do in order to get all dates between start and end? Is there any for, foreach loop or other method? that will generate a list of dates:

Re: How to detect if a text body contains forbidden words

2007-11-20 Thread Owen
the output of the form and discard it if it matches anything in the banned word list. Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: END ing in a cgi script

2007-02-16 Thread Owen Cook
that to the cgi interpreter END{} had no special meaning and the code inside the END block was just executed in turn, instead of at the exit of the program. Are there techniques to clean up the environment on leaving the application? Well I just use 'unlink' Owen -- To unsubscribe, e-mail

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
; } -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: @INC

2006-03-12 Thread Owen
strict; use Cwd; use lib '/usr/local/project/packages'; use setup; Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Hi, strange problem on calculation

2005-12-07 Thread Owen Cook
is the difference between -2.77555756156289e-17 and 0.00? It's all to do with the way numbers are represented in computers. Do a perldoc -f sprintf and have a read. Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http

Re: CGI::Session

2004-10-11 Thread Owen
On Mon, 11 Oct 2004 12:03:27 -0500 Bill Stephenson [EMAIL PROTECTED] wrote: So I tried installing it with cpan using this line: cpan install CGI:Session maybe try install CGI::Session -- -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: The connection was refused when attempting to connect 127.0.0.1.

2004-08-15 Thread Owen
On Sun, 15 Aug 2004 09:18:32 -0400 hcohen2 [EMAIL PROTECTED] wrote: -rw-r--r--1 root root 172 Aug 10 19:29 /usr/local/apache/cgi-bin/cgihello.pl Well you have to make it execitable (as su) chmod 755 /usr/local/apache/cgi-bin/cgihello.pl -- Owen

Re: use CGI qw(:standard);

2004-06-11 Thread Owen Cook
, or an example for my two queries would be appreciated. perldoc CGI look for HOW TO CREATE A SUBMIT BUTTON etc. Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Calendar HTML Form

2004-03-29 Thread Owen
the shelf answer to your requirement. It's not too dificult to write your own. -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Perl for Linux

2004-03-03 Thread Owen
to the right place where I can get this information. The default installation of Mandrake 9 (now 9.2) will automatically include Perl. Also, if you search for perl when in the install packages area, you will find hundreds of additional modules. -- Owen -- To unsubscribe, e-mail: [EMAIL

Re: Email text encoding

2004-02-12 Thread Owen
in your own directory. It probably meets all your concerns -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Just wondering

2004-01-04 Thread Owen
://multimail.sourceforge.net/ -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: special characters

2003-12-23 Thread Owen
/special_characters/ -- Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response