Help for this page
hello world0 hello world1 ... hello world0 hello world1 hello world2
undef $/;# read in whole file, not just one line or paragraph while ( <> ) { ... print "$1\n"; } }