Re: Flushing output buffer under mod_perl

2006-07-16 Thread Todd W
them system and environment info... Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: htaccess question

2006-03-06 Thread Todd W
Bill Stephenson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Aug 17, 2005, at 11:03 AM, zentara wrote: On Mon, 15 Aug 2005 16:29:54 -0500, [EMAIL PROTECTED] (Bill Stephenson) wrote: On Aug 12, 2005, at 2:06 AM, David Dorward wrote: snip / How do I point this at a

Re: changing action with appended key/value pairs in a POST

2005-08-30 Thread Todd W
::Application, it makes quick work of what you are trying to do. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: quote problem and mysql

2005-08-04 Thread Todd W
INTO table VALUES (${ \join(', ', map('?', @data)) }); $dbh-do( $sql, undef, @data ); Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: How to plug memory leak?

2005-07-13 Thread Todd W
### $thread-join; Didnt you say: When you make a thread, you pass it a subroutine to run. The thread WILL NOT join unless the thread goes to the end of that subroutine. Agian, beautifuly simple code. Thanks, Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: image manipulation (scaling)

2005-03-23 Thread Todd W
Ingo Weiss [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all, I need have my CGI scale images on the server, and I was wondering whether there is a standard perl module that can do that (and possibly other image manipulation tasks). I am looking for one that: - is easy to

Re: What exactly does $| = 1; do?

2004-12-16 Thread Todd W
... The first line is all printed out at once. The second line prints '1...' then waits a second then prints '2...' and so on. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/ http://learn.perl.org/first-response

Re: Storing Form Data without submitting it.

2003-11-26 Thread Todd W.
), then RPC or SOAP is the way to go. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: REMOTE_USER

2003-11-20 Thread Todd W.
this is not how _I_ would do it, but it is a perfectly viable method. Todd W. Bob Showalter [EMAIL PROTECTED] 12/11/2003 11:52 PM To: Colin Johnstone/Australia/Contr/[EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject:RE: REMOTE_USER Colin Johnstone

Re: HTML headers with CGI.pm

2003-09-24 Thread Todd W.
'='/styles/style1.css'}, -BGCOLOR='blue'); After running this your next question will be how to create a http-equiv meta tag. Again, read the docs. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help wanted regading approch for displaying live scores

2003-09-23 Thread Todd W.
that uses an RPC client in the browser: http://waveright.homeip.net/products/FavoritesAnywhere.html Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

online favorites project

2003-09-22 Thread Todd W.
/index.php?c=5 Thanks eveyone, Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Still Not sure if I agree with myself.

2003-09-14 Thread Todd W.
Drieux [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Friday, Sep 12, 2003, at 18:54 US/Pacific, Todd W. wrote: [..] I dont think you can call that a closure yet. You would have to be defining subroutines that refer to lexical variables outside of the subroutine

Re: Still Not sure if I agree with myself.

2003-09-12 Thread Todd W.
/~trwww/api.gif But sometimes its funner to pretend everything is a jigsaw puzzle. Making CGI::Application, CGI::Session, Class::DBI, and Template::Toolkit work together transparently has been interesting. Perhaps one day it will be done =0). Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: form submission DoS

2003-09-10 Thread Todd W.
( Apache ) server, or you have a friendly sysadmin, you can use Apache::SpeedLimit. It blocks calls from a client if they start getting greedy with your services. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: passing an argument to a subroutine

2003-09-05 Thread Todd W.
= @_; $forwarded gets the number of elements in @_ print $forwarded; # print ${$forwarded}; } In both cases, the script prints out 1. What is going on here? What do you expect to happen? What _is_ happening is exactly what is supposed to. Todd W. -- To unsubscribe, e-mail

Re: cookies with CGI and IE7

2003-08-04 Thread Todd W.
Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: debugger

2003-08-03 Thread Todd W.
the module's documentation before posting here: http://search.cpan.org/author/LDS/CGI.pm-2.99/CGI/Carp.pm You are looking for the sections labeled: MAKING PERL ERRORS APPEAR IN THE BROWSER WINDOW and MAKING WARNINGS APPEAR AS HTML COMMENTS Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Mail::Send question

2003-08-03 Thread Todd W.
to send mail. Therefore, modules are the preferred way to send mail from a perl program. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AS400 and Comsoft

2003-08-01 Thread Todd W.
a custom object that stores each object as a property. This will make managing the connection objects easier. If it were up to me, I would be investing heavily in Vaseline corporation because I know exactly where this new ticket system is going to end up The mind reels. Todd W

Re: AS/400 and Comsoft systems

2003-07-30 Thread Todd W.
. The way you do this is by creating perl wrappers to the C api that comes with your data stores. see: perldoc perlxstut I would create a custom object that stores each object as a property. This will make managing the connection objects easier. Todd W. -- To unsubscribe, e-mail: [EMAIL

Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-28 Thread Todd W.
behind concept. Im not aware of any other MVC based platforms right off. Todd W -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: return(bless $rant, $class) || Fwd: PHP vs Perl

2003-07-27 Thread Todd W.
behind concept. Im not aware of any other MVC based platforms right off. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to run script Perl automatically???

2003-03-26 Thread Todd W
_Subprocesses_from_mod_perl Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Trying to block out BGCOLOR

2003-03-25 Thread Todd W
( join('', DATA) ); print(\n); __DATA__ html head titleNo BGCOLORs/title /head body bgcolor=red h1 bgcolor=whiteNo BGCOLORs/h1 hr width=75% / div BGCOLOR=blueNo BGCOLORs/div /body /html Much cleaner and it guarantees to not fudge up your markup. Todd W

Re: CGI.pm strange results

2003-03-04 Thread Todd W
') . foobars\n; Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: php like behavior for my perl CGI

2003-02-24 Thread Todd W
nothing there I came up with on my own, and yes, new tricks are always good for the 'ol grab bag =0). HTH, Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: php like behavior for my perl CGI

2003-02-19 Thread Todd W
I hope this clarifies things a bit. If not..I guess I'll just need to do a few extra keystrokes :) Many thanks! no prob, Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Confusion on @array vs $array[] vs $array

2002-12-20 Thread Todd W
@foo{@ks} %foo{@ks}beautiful =0) Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl 6 (was: Re: Confusion on @array vs $array[] vs $array)

2002-12-20 Thread Todd W
Fliptop [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... [reply cc'd to list] On Thu, 19 Dec 2002 at 06:23, Rob Richardson opined: RR:What is the advantage of these changes? RR:When is Perl 6 due out? RR:Do those links you provided describe all the

Re: Perl 6 (was: Re: Confusion on @array vs $array[] vs $array)

2002-12-20 Thread Todd W
uthority on perl 6 either, but if I wanted to dive in to in perl 6, Id start at: http://www.perl.com/pub/q/Article_Archive#Perl%206 specifically the apocalypses and the exgenesises (sp?). Theres enough reading there to keep you busy until a release version =0). Todd W. -- To unsubscribe, e-mail

Re: GD Graphs

2002-12-13 Thread Todd W
creating and working with graphs and Perl. I just borrowed a book from the library called: Programming Web Graphics With Perl GNU Software / Shawn P. Wallace that was a pretty exciting read. Re-reading it this weekend. Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: perl cgi security

2002-10-31 Thread Todd W
head titleUntitled Document/title /head body h1Hello Dynamic CGI Linux/h1 divHello Dynamic CGI Linux!!!/div divI am: trwww/div /body /html HTH Todd W. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]