Help for this page

Select Code to Download


  1. or download this
    sub get_files {
        return sort {
    ...
        } glob($_[0]."/*.{jpg,jpeg,png}") or
             die($_[0]." contained no images\n");
    }