http://script.lovely.to/bbs/infolng.cgi?print+200411/04110003.txt
#! /usr/local/bin/perl print "Content-type: text/html\n\n"; opendir(DIR, "./"); @dir_array = readdir(DIR); closedir(DIR); foreach (@dir_array) { next if $_ eq "." or $_ eq ".."; if(!opendir(DIR, "$_")){ print "$_
\n"; } }
1 / 2| 次のページ »
最近のコメント