Help for this page
$ cat sample.txt a 5 b 6 c 7 d 8
#!/usr/bin/perl ... return %fetched; }
$ perl cfb.pl a => 1 ... b => 6 c => 7 d => 8