##
$VAR1={
'Name' =>John Smith',
'URL' => '15',
'RANK' => 'Tier 1',
'URL' => 'http://somesite.com'
};
####
$VAR1= bless( {
'Name' =>John Smith',
'URL' => '15',
'RANK' => 'Tier 1',
'URL' => 'http://somesite.com'
}, 'REC' );