Help for this page

Select Code to Download


  1. or download this
    # untested
    FILE: for (glob '*.txt') {
    ...
        }
        print if $found;  # $\ eq "\n"
    }