Help for this page
sub make_db { open(OUT, '>page_data') or die "Can't open output db: $!"; while (<DATA>) { ... } close OUT; }