Help for this page

Select Code to Download


  1. or download this
    local $/;  # One line = one file
    while (<>) {
    ...
    
       print @input;
    }