RE: Please explain this error message...

2001-05-28 Thread Joe Schell
Behalf Of Charles Pelkey What are the parens for on this line?? $SnR=~s/SHOWPRICE1/($Band_DB{$item}{'price_of_show'})/g; should they not be escaped as they are used in regex matching??? Behalf Of Meegan Goad Try this: $SnR=~s/SHOWPRICE1/($Band_DB{$item}{'price_of_show'})/eg; I

Re: Please explain this error message...

2001-05-25 Thread Sisyphus
- Original Message - From: Brian Shields [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 5:01 PM Subject: Please explain this error message... I am getting the following error message: Scalar found where operator expected at /home/magnolia/public_html/cgi-bin

Re: Please explain this error message...

2001-05-24 Thread $Bill Luebkert
Brian Shields wrote: I am getting the following error message: Scalar found where operator expected at /home/magnolia/public_html/cgi-bin/Cal_Gen.cgi line 239, at end of line which refers to this line: $SnR=~s/SHOWPRICE1/($Band_DB{$item}{'price_of_show'})/g; The variable