Help for this page
#!/usr/bin/perl use strict; ... print qq{$key -> $value\n}; } }
one -> red two -> green three -> blue