index
:
apache2
debian
progress-linux
upstream
debian 12: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
Apache-Test
/
t
/
cgi-bin
/
next_available_port.pl.PL
blob: 855b45bbab2616f9e6da1114d0ed5eda93896cb3 (
plain
)
1
2
3
4
use strict; print "Content-Type: text/plain\n\n"; print $ENV{NextAvailablePort} || '';