Help for this page

Select Code to Download


  1. or download this
    CASENAME    SORTED  CLEANED  PROCEED
    case1        yes     no         no
    case2        yes     yes         yes
    case3        no        yes         yes
    case4         no        no         no
    
  2. or download this
    #!/usr/bin/perl
    open(FILE,'>out.txt') or die $!;
    ...
    }
    close(FILE1);
    unlink("out.txt");