From ae6ae56dc5cef8a5c1a77f8fa2ec400b9fe30988 Mon Sep 17 00:00:00 2001 From: short <> Date: Fri, 26 Sep 2003 23:33:23 +0000 Subject: [PATCH] oops --- project/captive/Index.html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/captive/Index.html.pl b/project/captive/Index.html.pl index a1b1703..d98fe1c 100755 --- a/project/captive/Index.html.pl +++ b/project/captive/Index.html.pl @@ -61,7 +61,7 @@ my @stuff=( ." hal.dll.", ); -print "

$_

\n" for ($stuff[int rand($#stuff+1)]); +print "

$_

\n" for ($stuff[int rand @stuff]); print vskip "3ex"; -- 1.8.3.1