Help for this page

Select Code to Download


  1. or download this
    this is test only 1
    Baki: 9.70
    ...
    
    this is test only 3
    Baki : 9.00
    
  2. or download this
    open(CREDIT, "c/Log.txt");
    while (my $credit = <CREDIT>) {
    ...
       print ("$credit\n");
    }
    close(CREDIT);