Think I was making this harder then I needed to. Got what I needed 
with this. Now for the real work :( 

$fname = "danny";
$tempname = "lname" . $fname;
$$tempname = "mallory";

$endresult = $$tempname;

print "$tempname\n";
print "$endresult\n";


# Results
# =======
# lnamedanny
# mallory




--------------------------------------------------------------------------------
For unsubscription of this list send an email to [EMAIL PROTECTED] with email
data containing unsubscribe emailadd sambar

Reply via email to