Help for this page

Select Code to Download


  1. or download this
    if($v_file){
    print "<br><center><a href=\"parse_test.pl?pos=$pos\"><font color=#ad0
    +000><b>more >>></b></font></a></center>";
    ...
    #How actualy save this, where could I do this?
    $pos = tell(VIEWFILE);
    close VIEWFILE;
    
  2. or download this
    $pos = tell(VIEWFILE);
    if($v_file){
    ...
        print "End";
    }
    close VIEWFILE;