Help for this page
while ( <FH> ) { if ( /^SOURCES/ && /\\$/ ) { ... } }
my $data; while ( <FH> ) { ... } print $data;