RE: Regular Experssion

2001-07-24 Thread Chouda, Prem
L PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Regular Experssion Seven columns in a file. First column is in the form of e-mail address([EMAIL PROTECTED]). Rest columns are dates, numbers etc. Need to fetch e-mail addresses >From: "Chouda, Prem" <[EMAIL PROTECTED]> >

RE: Regular Experssion

2001-07-24 Thread Chouda, Prem
Title: RE: Regular Experssion you can split the variable like split(\@\,"[EMAIL PROTECTED]") so that you can get only the e-mail id i.e "xxx" Prem -Original Message- From: FAIZ ZAHIR [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 24, 2001 2:43 PM To: [EMAIL PROTECTE

How to handle "die"

2001-06-21 Thread Chouda, Prem
Title: How to handle "die" Hi everyone, I want to know how to transfer the control when it enters in "die" situation. Something like this     $sth->execute || die "Error whie executing the query: $DBI::errstr"; can I do redirect in die?, something like this     $s

RE: browser problem (fwd)

2001-06-21 Thread Chouda, Prem
Title: RE: browser problem (fwd) Sometimes I do face this type of problems and I came to know that it was happening beacause of not formatting the HTML tags properly. I mean for each , is required, something like that.. check your HTML format and try it again :-) Prem --

RE: Set Session Variable Module Anyone?

2001-05-24 Thread Chouda, Prem
Title: RE: Set Session Variable Module Anyone? i DON'T Know why u said Cookies will not work.. ??? well you can destroy the cookie when you no more want to give admin privilege to the user.. Prem -Original Message- From: Meegan Goad [mailto:[EMAIL PROTECTED]] Sent

RE: problem with cookie and header info positioning

2001-05-24 Thread Chouda, Prem
Title: RE: problem with cookie and header info positioning Is this something you need to set the cookie in "header" $f = new CGI; $cookie = (-name=>'cartid',-value=>$cartId,-expires=>'+3m'); print $form->header(-cookie=>$cookie_string); well, I use to authenticate usin