Help for this page
my %OPERATIONS = ( '*' => sub { $_[0] * $_[1] }, ... $OPERATIONS{$operator}->($first, $second), "\n" if exists $OPERATIONS{$operator};