TAB
@fields=('cat','title','author','form_data','content');
open(info,"typ.txt");
@cat=;
close(info);
for ($h=0;$h<@cat;$h++){
print "@cat[$h]";
$typ=@cat[$h];
print " ";
&sub_category($typ);
}
undef $typ;
$tag=0;
if($tag eq 1) {
print "";
}
########################
else {
open (data,"data.txt");
@datas=;
close(data);
$total=@datas;
$row=@datas[$total-1];
@field=split(/\|/,$row);
$max=substr(@field[5],4,2);
$intmax=int($max);
print "";
}
################################
print qq( |