Help for this page

Select Code to Download


  1. or download this
    while(<FileHandler>)
        if(/([^\n]*)\n(.*)/sm)
    ...
           print "$1\n";
        }
    }