Re: Calculate with operators known at runtime (was: Scalar context problem I think)

2002-07-16 Thread Janek Schleicher
Harry Jackson wrote at Tue, 16 Jul 2002 16:22:52 +0200: > If I have the following variables splits are numbers and totals are operators how >can I have them > executed to get the value. > > $split[0] $total[0] $split[1] $total[1] $split[2] $total[2] $split[3] $total[3] >$split[4]; > 45

RE: Scalar context problem I think

2002-07-16 Thread Nikola Janceski
; Sent: Tuesday, July 16, 2002 10:23 AM > To: '[EMAIL PROTECTED]' > Subject: Scalar context problem I think > > > Hi > > If I have the following variables splits are numbers and totals are > operators how can I have them executed to get the value. > > $

Scalar context problem I think

2002-07-16 Thread Jackson, Harry
Hi If I have the following variables splits are numbers and totals are operators how can I have them executed to get the value. $split[0] $total[0] $split[1] $total[1] $split[2] $total[2] $split[3] $total[3] $split[4]; 45 \ 3 + 6 - 4