Help for this page

Select Code to Download


  1. or download this
    open(RES, "<res.txt");
    open(SIZES, "+>size.txt");
    ...
    
    close(SIZES);
    close(RES);