| $new |
$curboardname
# open up the last poster
open(POSTER, "$boardsdir/$curboard.poster");
&lock(POSTER);
$lastposter = ;
&unlock(POSTER);
close(POSTER);
if ($lastposter eq "") { $lastposter = "N/A"; }
else { $lastposter = "$lastposter"; }
$lp |
$lp by $lastposter |
|