Can someone show me how to make this compute?

my $a=2;
my $b=3;
my $oper="+";

my $c = $a $oper $b;

where $c would have a value of 5.

thanks,
-rkl


-----------------------------------------
eMail solutions by 
http://www.swanmail.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to