$xx="custtype"; print "$R::$xx" ; ## but this prints only "custtype"??? #### $xx="custtype"; print eval "\$R::$xx"; $erxx = eval "\$R::$xx"; print "R::xx = $errxx\n";