Help for this page

Select Code to Download


  1. or download this
    $file = "project.txt";
    open(FILE,"$file");
    ...
        print OUTPUT "$key\n";
    }
    close OUTPUT;
    
  2. or download this
    my %done=();
    open INPUT, "<$inputfile";
    ...
    )
    close INPUT;
    close OUTPUT;