Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "Required sources : \n", Dumper \%required_sources;
    print "\n\n";
    print "Remaining keys: \n", Dumper \%remaining_keys;
    
  2. or download this
    $ perl  key_source.pl
    Remaining keys (before the while loop):
    ...
    Remaining keys:
    $VAR1 = {};