advanced code snippet search
counter202 on 01/25/09
dir files
01/25/09 12:20pm
URL: http://www.hidemail.de/blog/perl_tutor.shtml
List text files in the current directory @files = grep { -f and -T } glob '* .*';print "@files\n";
Report this snippet Tweet
Comment:
You need to login to post a comment.