Help for this page

Select Code to Download


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