Re: Odd select box behaviour

2007-05-02 Thread Jonathan Mangin
- Original Message - From: "Jonathan Mangin" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Wednesday, May 02, 2007 9:51 AM Subject: Re: Odd select box behaviour > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Se

Re: Odd select box behaviour

2007-05-02 Thread Jonathan Mangin
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, May 01, 2007 8:21 PM Subject: Odd select box behaviour > This one has me stumped, and it shouldn't. > > I'm trying to validate data from a simple select box: > > > United States > Canada > > > When I do: > > foreac

Re: Trying to Understand An Error Message

2007-02-06 Thread Jonathan Mangin
- Original Message - From: "Akbar Ehsan" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 06, 2007 9:26 AM Subject: Trying to Understand An Error Message Hello, I have Perl/CGI script that work fine but for the fact that it logs a message in the error log file. The message is: Use of

Re: How to Send Form Output to Multiple Mailing Lists

2007-01-11 Thread Jonathan Mangin
Try Email::Send from CPAN. (I'm about 1 mile from you, as crows fly.) --Jon - Original Message - From: "Akbar Ehsan" <[EMAIL PROTECTED]> To: Sent: Thursday, January 11, 2007 3:23 PM Subject: How to Send Form Output to Multiple Mailing Lists Hi, My knowledge of Perl CGI is very limi

Re: Problems with CGI and mod_perl

2006-06-06 Thread Jonathan Mangin
- Original Message - From: "sfantar" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 06, 2006 1:21 PM Subject: Problems with CGI and mod_perl > Hello everyone > > I have started since today learning how to write cgi in Perl with this > doc : http://users.easystreet.com/ovid/cgi_course/le

Combined and

2005-10-21 Thread Jonathan Mangin
Hi all, Don't know where else to ask...sorry. I've seen several pages with constructs where the first appears to be e.g. :) Whomever How is this done?? Thanks, Jon -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Session security

2004-12-27 Thread Jonathan Mangin
Hi all, I need to implement group memberships for a series of related CGI modules, with approx. 10 groups and 6 auth. levels within each group. I'm now using CGI::Session with a single param of auth_level as a session-expiration flag. I'd like to expand this to a groups mechanism, but I gather ther

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
- Original Message - From: "Chasecreek Systemhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 10:28 AM Subject: Re: Address bar & redirects >> http://youve-reached-the.endoftheinternet.org/ > > The above URI is a frameset (eugh, icky frames). That is

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
That's not me, man. I'm not using frames or JavaScript. - Original Message - From: "David Dorward" <[EMAIL PROTECTED]> To: "Jonathan Mangin" <[EMAIL PROTECTED]> Cc: "beginners-cgi" <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2

Re: Address bar & redirects

2004-11-04 Thread Jonathan Mangin
- Original Message - From: "Chasecreek Systemhouse" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 04, 2004 9:25 AM Subject: Re: Address bar & redirects On Thu, 4 Nov 2004 07:46:13 -0500, Jonathan Mangin <[EMAIL PROTECTED]> wrot

Address bar & redirects

2004-11-04 Thread Jonathan Mangin
Why doesn't my IE address bar reflect successful redirects? Also, does this list have an archive? Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Snooping a POST

2003-12-24 Thread Jonathan Mangin
Network Security for Dummies. - Original Message - From: "zentara" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 24, 2003 8:13 AM Subject: Re: Snooping a POST > On Tue, 23 Dec 2003 14:44:11 -0500, [EMAIL PROTECTED] (Jonathan > Mangin) w

Snooping a POST

2003-12-23 Thread Jonathan Mangin
Hey everybody... I'm thinking about encrypting parts of my site (in some fashion), and began with snoop -d elxl0. I expected to see form data in clear text, but didn't. I need to do some serious research, but what's the quick story? If I can't see it, who can, and how? TIA, Jon -- To unsubscri

Passing the hash

2003-12-04 Thread Jonathan Mangin
Hello all... In my example-driven world I find [something like] this in 'CGI Programming with Perl', constructed in main:: if ($CGI->param("Screen3")) { showmeScreen3($CGI); } elsif ($CGI->param("Screen2")) { showmeScreen2($CGI); } else { showmeScreen1($CGI); } This is a pretty old book

Re: What is the best method to test out a script that is spitting info to the httpd logs

2003-11-20 Thread Jonathan Mangin
- Original Message - From: "Ed Christian" <[EMAIL PROTECTED]> To: "Dan Anderson" <[EMAIL PROTECTED]>; "beginners-cgi" <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 8:22 AM Subject: RE: What is the best method to test out a script that is spitting info to the httpd logs Dan Anders