Searched refs:NumLastInDir (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/demos/
H A Dnntp.mirror56 if($LenArr > 0) { $NumLastInDir = $RevSortedAllInDir[0] }
57 else { $NumLastInDir = 0 }
61 if($NumLast == $NumLastInDir) { next } # No new articles
62 if($NumLast < $NumLastInDir)
64 " last number in the directory was $NumLastInDir\n" }
66 if($NumLastInDir == 0) { $GetArtNum = $NumFirst }
67 else { $GetArtNum = $NumLastInDir + 1 }

Completed in 15 milliseconds