Help for this page
#!/usr/bin/env perl ... $slurp .= $_; }
my $slurp; while (<DATA>) { last if eof && /^###* /; $slurp .= $_; }