Help for this page

Select Code to Download


  1. or download this
     
    SS line a
    line a
    ...
    line c
    line c
    ...
    
  2. or download this
    file 1
    SS line a
    ...
    line a
    line a
    
  3. or download this
    
    open (FILE);
    ...
    print FILE$index "$_";
    }
    close FILE & FILE$index;
    
  4. or download this
    open (FILE);
    my $data = 0;
    ...
    print FILE$index "$_";
    }
    close FILE & FILE$index;
    
  5. or download this
    
    chunk = (total + # of chunks)/ # of chunks
    ...
      }
    }