Help for this page
#!/usr/bin/perl use strict; use warnings; ... } } }
#!/usr/bin/perl -w use strict; ... foreach (glob("$path\*")) { print "$1\n" if (-d and /\/(\d+)_\w*$/); }