perlrun
Usually this is newlines. As an example of using something else, this uses uppercase A as the record separator:
A
echo helloAworldAmrAflibble | perl -0x41 -pe 'tr/A/\n/;tr/[a-z]/[A-Z]/'