Re: funny characters in form field

2003-01-13 Thread Michael Kelly
On Mon, Jan 13, 2003 at 10:55:35PM +0600, LRMK wrote: > use the following sub to read post input > I got this from a book > if you only want the regxp its in this code But why use this over CGI.pm? The wheel has already been invented, and quite well I might add. -- Michael [EMAIL PROTECTED] http

Re: funny characters in form field

2003-01-13 Thread LRMK
_ ___ Sign L Rakhitha Malinda Karunarathne Web :- rakhitha.cjb.net Email :[EMAIL PROTECTED] Rakhitha Malinda Karunarathne. - Original Message - From: "Colin Johnstone" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> S

Re: funny characters in form field

2003-01-12 Thread Michael Kelly
On Sat, Jan 11, 2003 at 09:41:37PM -0500, [EMAIL PROTECTED] wrote: > In a message dated 1/11/2003 8:55:37 PM Eastern Standard Time, > [EMAIL PROTECTED] writes: > > When processing the form the date in this format 3/1/2003 is converted to > > 3%2F1%2F2003. > > > > Can someone give me a regex to co

Re: funny characters in form field

2003-01-11 Thread Randal L. Schwartz
> "Colin" == Colin Johnstone <[EMAIL PROTECTED]> writes: Colin> Gidday all, Colin> In my mailing list form I have a hidden field that stores the date the Colin> subscriber subscribed. Colin> When processing the form the date in this format 3/1/2003 is converted to Colin> 3%2F1%2F2003. Colin>

Re: funny characters in form field

2003-01-11 Thread WilliamGunther
In a message dated 1/11/2003 8:55:37 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > When processing the form the date in this format 3/1/2003 is converted to > 3%2F1%2F2003. > > Can someone give me a regex to convert it back again please. Im only new to > perl and am struggling with rege

funny characters in form field

2003-01-11 Thread Colin Johnstone
Gidday all, In my mailing list form I have a hidden field that stores the date the subscriber subscribed. When processing the form the date in this format 3/1/2003 is converted to 3%2F1%2F2003. Can someone give me a regex to convert it back again please. Im only new to perl and am struggling wit