Help for this page

Select Code to Download


  1. or download this
    # undef $/;       # global effect!
                      # instead:
    local $/ = undef; # local effect