Help for this page

Select Code to Download


  1. or download this
    1&20070102&string3&string4....
    2&20070101&string3&string4....
    3&20061212&&string3&string4....
    
  2. or download this
    3&20061212&&string3&string4....
    2&20070101&string3&string4....
    1&20070102&string3&string4....
    
  3. or download this
     opendir(INDIR, $outdir) or die ("$indir not found\n");
            while (my $infile = readdir(INDIR)) {
    ...
                    qx(rm -f $outdir/$infile.tmp);
            }
            closedir(INDIR);