Help for this page
Select Code to Download
Select
or
download this
perl -e 'opendir D, "."; print join("\n", grep {/Q\.PACES/} readdir D), "\n";'
Select
or
download this
perl -e 'opendir D, "."; print join("\n",sort grep {/Q\.PACES/} readdir D), "\n";'