Help for this page
use strict; ... 'int' => 'float', 'brown' => 'yellow' };
my %dict = ( 'brown' => 'yellow', qr/int(\d+)/ => 'int', qr/float(\d+)/ => 'float', );
use strict; ... } print "$test\n";