Expand description
Split __DATA__ from program source (line must equal __DATA__ after trim).
Functionsยง
- split_
data_ section - Returns
(program_text_before_marker, Some(data bytes after marker))or(full, None). - strip_
perl_ end_ marker - Truncate at the first line equal to
__END__or__DATA__(afterstr::trim). Perl stops compiling there; required.pmfiles often put pod after__END__.