Help for this page

Select Code to Download


  1. or download this
    
    my $f;
    ...
      seek($f,10,0);
      seek($f,3000,0);
    }
    
  2. or download this
    
    my $f;
    ...
    }
    
    print length $g,"\n";