Help for this page

Select Code to Download


  1. or download this
    local $/ = "\n\n=";
    while (<DATA>) {
        s/\n\n=\z/\n=/;
        print;
    }