Re: At wits end CG::unescape

2014-12-08 Thread Peter Scott
t a difference. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ http://www.oreillyschool.com/certificates/perl-programming.php http://www.informit.com/store/product.aspx?isbn=9780133036268 -- To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org For additional comma

Re: Attach iCal event to an cgi mail

2012-06-11 Thread Peter Scott
ndle is opened for writing. Is there any means to look > inside? How to redirect the content of SENDMAIL in the debugger? > > Am Donnerstag, 7. Juni 2012 06:19:43 UTC+2 schrieb Peter Scott: >> On Mon, 04 Jun 2012 10:37:35 -0700, Marek wrote: >> >> > Could somebody please te

Re: Attach iCal event to an cgi mail

2012-06-07 Thread Peter Scott
On Mon, 04 Jun 2012 10:37:35 -0700, Marek wrote: > Could somebody please tell me, how can I see into a FILEHANDLE in Perl > debugger? I tried with > x but I get only "empty array". That filehandle is open for *output* in your program! What is it you want to examine? -

Re: need help with a form

2011-11-28 Thread Peter Scott
n target of the form is an HTML page instead of a CGI program. What code have you got so far? -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ http://www.informit.com/store/product.aspx?isbn=0137001274 http://www.oreillyschool.com/certificates/perl-programming.php -

Re: PERL CGI SCRIPT killed by apache on client abort

2011-03-28 Thread Peter Scott
t apache's fault, it's the client's fault for not finishing what it said it would do or your script's fault for not trapping an exception it needs to handle. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ http://www.informit.com/store/product.as

Re: Sending intermediate response for a long running cgi script

2009-01-27 Thread Peter Scott
time > limit has passed, then have the final result sent back when the > processing is finished. > > I'm a complete neophyte when it comes to cgi & http stuff else the > answer would proly be obvious, but what's the best approach to solving > this? http://www.sto

Re: Carry Variable to Form

2008-09-21 Thread Peter Scott
, the happier you'll be. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Include PHP file inside the cgi script

2008-05-28 Thread Peter Scott
able definition, parse out the value assigned. Assuming it's a straightforward variable = value statement. If it's computed in some way, that won't work. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: What is the function value in perl?

2008-01-12 Thread Peter Scott
in perl? Go to www.google.com. Enter 'perl read function key' (without the quotes). Follow the first link. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: What is the function value in perl?

2008-01-05 Thread Peter Scott
like F3, F9.. Type "perldoc -q single" and that should get you started. -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Adding a comma to format localtime

2007-04-12 Thread Peter Scott
To create this result: >>> Mon 9 Apr 2007 09:15:05 >>> >>> How can I add a comma to this result to get: >>> Mon, 9 Apr 2007 09:15:05 Personally, I find this more maintainable and readable: use POSIX qw(strftime); my $datetime = strftime "%a, %d %b %Y %T&q

Re: path problem

2005-04-09 Thread Peter Scott
#x27;use lib $ENV{HOME}; print grep /peter/ => @INC' /home/peter $ -- Peter Scott http://www.perlmedic.com/ http://www.perldebugged.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: libwww-perl and URI modules for 5.005_02

2002-07-10 Thread Peter Scott
compilation problem. The error you cite is a run-time error that is not indicative of using too old a perl. Recommendation: use the *latest* libwww and URI. (Get Bundle::LWP.) You haven't shown your program here so we can't tell how the error might lie there, but here's a h

Re: DELETING A COOKIE

2001-07-29 Thread Peter Scott
cookies I set it with a path and expiry data. Will this >have any thing to do with it? -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl Boilerplate???

2001-06-28 Thread Peter Scott
Maybe this is why you haven't found any examples :-) -- Peter Scott Pacific Systems Design Technologies http://www.perldebugged.com