From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234 $HASH1 = { country_id => 3, name => 'USA' };
$HASH1 = {
country_id => 3,
name => 'USA'
};