if($v_file){
print "
more >>>";
}else{
print "End";
}
# save $pos somewhere for the next page view
#How actualy save this, where could I do this?
$pos = tell(VIEWFILE);
close VIEWFILE;
####
$pos = tell(VIEWFILE);
if($v_file){
print "
more >>>";
}else{
print "End";
}
close VIEWFILE;