Help for this page

Select Code to Download


  1. or download this
    local $/ = '$$$$'. "\n";
    while (<DATAFILE>){
        # $_ contains a record here
    }