Help for this page

Select Code to Download


  1. or download this
    while (<FILEHANDLE>) {
        tr/_/+/ if m{ \A ~ }xms;
        do_something_with_fixed_up_line($_);
        }