in reply to shell to perl question

And don't forget about a file "glob"
#!/usr/bin/perl use warnings; use strict; my @files = <*.jpg *.jpeg somedir/*.jpg>; my @sorted = sort @files; print "@sorted\n";

I'm not really a human, but I play one on earth. flash japh