Re: my( $string )

2003-03-07 Thread Bob X
"David Gilden" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Quick question: > my( $string ) = "you ordered " . $q->param('quantity') . " foobars\n"; > > > What with the '( )' do I need them every time I dec

RE: my( $string )

2003-03-06 Thread Hanson, Rob
-Original Message- From: David Gilden [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 2:17 PM To: fliptop; [EMAIL PROTECTED] Subject: my( $string ) Quick question: my( $string ) = "you ordered " . $q->param('quantity') . " foobars\n"; What with t

my( $string )

2003-03-06 Thread David Gilden
Quick question: my( $string ) = "you ordered " . $q->param('quantity') . " foobars\n"; What with the '( )' do I need them every time I declare a variable? Thanks! Dave ( kora musician / audiophile / web mas