advanced code snippet search
archlight on 12/31/08
file directory
12/31/08 12:08am
my $out = 'bklighting.xml';open (OUTFILE, ">>$out") or die("output file cannot ");close(OUTFILE); my $workdir = "./html";opendir(DIR, $workdir) || die "can't opendir $workdir: $!";my @htmls = readdir(DIR);closedir DIR; #shift away dot directoryshift @htmls;shift @htmls;
Report this snippet Tweet
Comment:
You need to login to post a comment.