in reply to Re: How to measure Perl skills?
in thread How to measure Perl skills?

If you feel like not being hired, here's one way :)

#!/usr/bin/perl -w use strict; print join("\n", grep{-f&&/\.foo\z/}map{<$_/*>}grep{-d}'.',map{"./$_"}<*> ), "\n";