Help for this page

Select Code to Download


  1. or download this
    seek(GWFILE, 0, 1);
    
  2. or download this
    
            for (;;) {
    ...
              seek(GWFILE, $curpos, 0);  # seek to where we had been
            }