Help for this page

Select Code to Download


  1. or download this
    
    sub sort_files {
    ...
            print "   ",lc $$a{'path'} cmp lc $$b{'path'},"\n";
            return lc $$a{'path'} cmp lc $$b{'path'};
    }